Html Css Color HEX #C96F45 Red Damask

📋 copy color: '#C96F45'

red 201 ◦ green 111 ◦ blue 69

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

Shades of Red Damask #C96F45

Tints of Red Damask #C96F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 52.76%
G = 29.13%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C96F45 (or 0xC96F45) is known color: Red Damask. HEX triplet: C9, 6F and 45. RGB value is (201,111,69). Sum of RGB (Red+Green+Blue) = 201+111+69=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F45 is #3690BA. Grayscale: #858585. Windows color (decimal): -3575995 or 4550601. OLE color: 4550601.

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

Color convert

RGB 201 111 69 -
CMYK 0 0.45 0.66 0.21
HSL 19.09º 0.55% 0.53% -
HSV(B) 19.09º 0.66% 0.79% -
XYZ 30.85 24.22 8.68 -
YUV 133.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 201 111 69 0 0.45 0.66 0.21 19.09 0.55 0.53
Hex C9 6F 45 0 2D 42 15 13 37 35
Octal 311 157 105 0 55 102 25 23 67 65
Binary 11001001 1101111 1000101 0 101101 1000010 10101 10011 110111 110101

Color Harmonies of #C96F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F45

Black with #C96F45

Text Example


Text Example

White with #C96F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F45; }

 p { color: rgb(201,111,69); }

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

background-color css

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

 a { background-color: rgb(201,111,69); }

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

border-color css

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

 span { border-color: rgb(201,111,69); }

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