Html Css Color HEX #C96A18 Chocolate

📋 copy color: '#C96A18'

red 201 ◦ green 106 ◦ blue 24

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

Shades of Chocolate #C96A18

Tints of Chocolate #C96A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.25%

R = 60.73%
G = 32.02%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96A18 (or 0xC96A18) is known color: Chocolate. HEX triplet: C9, 6A and 18. RGB value is (201,106,24). Sum of RGB (Red+Green+Blue) = 201+106+24=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A18 is #3695E7. Grayscale: #7D7D7D. Windows color (decimal): -3577320 or 1600201. OLE color: 1600201.

HSL color Cylindrical-coordinate representation of color #C96A18: hue angle of 27.8º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C96A18 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 106 24 -
CMYK 0 0.47 0.88 0.21
HSL 27.8º 0.79% 0.44% -
HSV(B) 27.8º 0.88% 0.79% -
XYZ 29.41 22.79 3.71 -
YUV 125.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 201 106 24 0 0.47 0.88 0.21 27.8 0.79 0.44
Hex C9 6A 18 0 2F 58 15 1C 4F 2C
Octal 311 152 30 0 57 130 25 34 117 54
Binary 11001001 1101010 11000 0 101111 1011000 10101 11100 1001111 101100

Color Harmonies of #C96A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A18

Black with #C96A18

Text Example


Text Example

White with #C96A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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