Html Css Color HEX #C96124 Chocolate

📋 copy color: '#C96124'

red 201 ◦ green 97 ◦ blue 36

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

Shades of Chocolate #C96124

Tints of Chocolate #C96124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 36 (14.45% from 255) = 10.78%

R = 60.18%
G = 29.04%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C96124 (or 0xC96124) is known color: Chocolate. HEX triplet: C9, 61 and 24. RGB value is (201,97,36). Sum of RGB (Red+Green+Blue) = 201+97+36=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C96124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96124 is #369EDB. Grayscale: #797979. Windows color (decimal): -3579612 or 2384329. OLE color: 2384329.

HSL color Cylindrical-coordinate representation of color #C96124: hue angle of 22.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C96124 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 36 -
CMYK 0 0.52 0.82 0.21
HSL 22.18º 0.7% 0.46% -
HSV(B) 22.18º 0.82% 0.79% -
XYZ 28.68 21.09 4.23 -
YUV 121.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 201 97 36 0 0.52 0.82 0.21 22.18 0.7 0.46
Hex C9 61 24 0 34 52 15 16 46 2E
Octal 311 141 44 0 64 122 25 26 106 56
Binary 11001001 1100001 100100 0 110100 1010010 10101 10110 1000110 101110

Color Harmonies of #C96124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96124

Black with #C96124

Text Example


Text Example

White with #C96124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96124; }

 p { color: rgb(201,97,36); }

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

background-color css

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

 a { background-color: rgb(201,97,36); }

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

border-color css

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

 span { border-color: rgb(201,97,36); }

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