Html Css Color HEX #C96A42 Red Damask

📋 copy color: '#C96A42'

red 201 ◦ green 106 ◦ blue 66

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

Shades of Red Damask #C96A42

Tints of Red Damask #C96A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

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

R = 53.89%
G = 28.42%
B = 17.69%

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

#C96A42 (or 0xC96A42) is known color: Red Damask. HEX triplet: C9, 6A and 42. RGB value is (201,106,66). Sum of RGB (Red+Green+Blue) = 201+106+66=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A42 is #3695BD. Grayscale: #828282. Windows color (decimal): -3577278 or 4352713. OLE color: 4352713.

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

Color convert

RGB 201 106 66 -
CMYK 0 0.47 0.67 0.21
HSL 17.78º 0.56% 0.52% -
HSV(B) 17.78º 0.67% 0.79% -
XYZ 30.22 23.12 8.02 -
YUV 129.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 201 106 66 0 0.47 0.67 0.21 17.78 0.56 0.52
Hex C9 6A 42 0 2F 43 15 12 38 34
Octal 311 152 102 0 57 103 25 22 70 64
Binary 11001001 1101010 1000010 0 101111 1000011 10101 10010 111000 110100

Color Harmonies of #C96A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A42

Black with #C96A42

Text Example


Text Example

White with #C96A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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