Html Css Color HEX #C97245 Red Damask

📋 copy color: '#C97245'

red 201 ◦ green 114 ◦ blue 69

#C97245
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C97245

Tints of Red Damask #C97245

RGB

 RED value IS 201 (78.91% from 255) = 52.34%

 GREEN value IS 114 (44.92% from 255) = 29.69%

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 52.34%
G = 29.69%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C97245 (or 0xC97245) is known color: Red Damask. HEX triplet: C9, 72 and 45. RGB value is (201,114,69). Sum of RGB (Red+Green+Blue) = 201+114+69=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C97245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97245 is #368DBA. Grayscale: #878787. Windows color (decimal): -3575227 or 4551369. OLE color: 4551369.

HSL color Cylindrical-coordinate representation of color #C97245: hue angle of 20.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C97245 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 69 -
CMYK 0 0.43 0.66 0.21
HSL 20.45º 0.55% 0.53% -
HSV(B) 20.45º 0.66% 0.79% -
XYZ 31.18 24.88 8.79 -
YUV 134.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 201 114 69 0 0.43 0.66 0.21 20.45 0.55 0.53
Hex C9 72 45 0 2B 42 15 14 37 35
Octal 311 162 105 0 53 102 25 24 67 65
Binary 11001001 1110010 1000101 0 101011 1000010 10101 10100 110111 110101

Color Harmonies of #C97245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97245

Black with #C97245

Text Example


Text Example

White with #C97245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97245; }

 p { color: rgb(201,114,69); }

 H1.HeaderClassName
 {
   color: #C97245;
 }
 .AnyTagClassName
 {
   color: #C97245;
 }
</style>

background-color css

<style>
 a { background-color: #C97245; }

 a { background-color: rgb(201,114,69); }

 div.DivClassName
 {
   background-color: #C97245;
 }
 .BgClassName
 {
   background-color: #C97245;
 }
</style>

border-color css

<style>
 span { border-color: #C97245; }

 span { border-color: rgb(201,114,69); }

 td.TdClassName
 {
   border-color: #C97245;
 }
 .TagClassName
 {
   border-color: #C97245;
 }
</style>