Html Css Color HEX #C96B42 Red Damask

📋 copy color: '#C96B42'

red 201 ◦ green 107 ◦ blue 66

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

Shades of Red Damask #C96B42

Tints of Red Damask #C96B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 53.74%
G = 28.61%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96B42 (or 0xC96B42) is known color: Red Damask. HEX triplet: C9, 6B and 42. RGB value is (201,107,66). Sum of RGB (Red+Green+Blue) = 201+107+66=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B42 is #3694BD. Grayscale: #828282. Windows color (decimal): -3577022 or 4352969. OLE color: 4352969.

HSL color Cylindrical-coordinate representation of color #C96B42: hue angle of 18.22º 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 #C96B42 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 107 66 -
CMYK 0 0.47 0.67 0.21
HSL 18.22º 0.56% 0.52% -
HSV(B) 18.22º 0.67% 0.79% -
XYZ 30.33 23.33 8.06 -
YUV 130.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 201 107 66 0 0.47 0.67 0.21 18.22 0.56 0.52
Hex C9 6B 42 0 2F 43 15 12 38 34
Octal 311 153 102 0 57 103 25 22 70 64
Binary 11001001 1101011 1000010 0 101111 1000011 10101 10010 111000 110100

Color Harmonies of #C96B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B42

Black with #C96B42

Text Example


Text Example

White with #C96B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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