Html Css Color HEX #C96E43 Red Damask

📋 copy color: '#C96E43'

red 201 ◦ green 110 ◦ blue 67

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

Shades of Red Damask #C96E43

Tints of Red Damask #C96E43

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 67 (26.56% from 255) = 17.72%

R = 53.17%
G = 29.1%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C96E43 (or 0xC96E43) is known color: Red Damask. HEX triplet: C9, 6E and 43. RGB value is (201,110,67). Sum of RGB (Red+Green+Blue) = 201+110+67=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96E43 is #3691BC. Grayscale: #848484. Windows color (decimal): -3576253 or 4419273. OLE color: 4419273.

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

Color convert

RGB 201 110 67 -
CMYK 0 0.45 0.67 0.21
HSL 19.25º 0.55% 0.53% -
HSV(B) 19.25º 0.67% 0.79% -
XYZ 30.68 23.97 8.32 -
YUV 132.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 201 110 67 0 0.45 0.67 0.21 19.25 0.55 0.53
Hex C9 6E 43 0 2D 43 15 13 37 35
Octal 311 156 103 0 55 103 25 23 67 65
Binary 11001001 1101110 1000011 0 101101 1000011 10101 10011 110111 110101

Color Harmonies of #C96E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E43

Black with #C96E43

Text Example


Text Example

White with #C96E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E43; }

 p { color: rgb(201,110,67); }

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

background-color css

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

 a { background-color: rgb(201,110,67); }

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

border-color css

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

 span { border-color: rgb(201,110,67); }

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