Html Css Color HEX #C96742 Red Damask

📋 copy color: '#C96742'

red 201 ◦ green 103 ◦ blue 66

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

Shades of Red Damask #C96742

Tints of Red Damask #C96742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 54.32%
G = 27.84%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96742 (or 0xC96742) is known color: Red Damask. HEX triplet: C9, 67 and 42. RGB value is (201,103,66). Sum of RGB (Red+Green+Blue) = 201+103+66=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C96742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96742 is #3698BD. Grayscale: #808080. Windows color (decimal): -3578046 or 4351945. OLE color: 4351945.

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

Color convert

RGB 201 103 66 -
CMYK 0 0.49 0.67 0.21
HSL 16.44º 0.56% 0.52% -
HSV(B) 16.44º 0.67% 0.79% -
XYZ 29.92 22.51 7.92 -
YUV 128.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 201 103 66 0 0.49 0.67 0.21 16.44 0.56 0.52
Hex C9 67 42 0 31 43 15 10 38 34
Octal 311 147 102 0 61 103 25 20 70 64
Binary 11001001 1100111 1000010 0 110001 1000011 10101 10000 111000 110100

Color Harmonies of #C96742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96742

Black with #C96742

Text Example


Text Example

White with #C96742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96742; }

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

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

background-color css

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

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

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

border-color css

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

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

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