Html Css Color HEX #C96942 Red Damask

📋 copy color: '#C96942'

red 201 ◦ green 105 ◦ blue 66

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

Shades of Red Damask #C96942

Tints of Red Damask #C96942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 54.03%
G = 28.23%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96942 (or 0xC96942) is known color: Red Damask. HEX triplet: C9, 69 and 42. RGB value is (201,105,66). Sum of RGB (Red+Green+Blue) = 201+105+66=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C96942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96942 is #3696BD. Grayscale: #818181. Windows color (decimal): -3577534 or 4352457. OLE color: 4352457.

HSL color Cylindrical-coordinate representation of color #C96942: hue angle of 17.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C96942 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 105 66 -
CMYK 0 0.48 0.67 0.21
HSL 17.33º 0.56% 0.52% -
HSV(B) 17.33º 0.67% 0.79% -
XYZ 30.12 22.91 7.99 -
YUV 129.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 201 105 66 0 0.48 0.67 0.21 17.33 0.56 0.52
Hex C9 69 42 0 30 43 15 11 38 34
Octal 311 151 102 0 60 103 25 21 70 64
Binary 11001001 1101001 1000010 0 110000 1000011 10101 10001 111000 110100

Color Harmonies of #C96942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96942

Black with #C96942

Text Example


Text Example

White with #C96942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96942; }

 p { color: rgb(201,105,66); }

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

background-color css

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

 a { background-color: rgb(201,105,66); }

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

border-color css

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

 span { border-color: rgb(201,105,66); }

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