Html Css Color HEX #C96018 Chocolate

📋 copy color: '#C96018'

red 201 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #C96018

Tints of Chocolate #C96018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 62.62%
G = 29.91%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96018 (or 0xC96018) is known color: Chocolate. HEX triplet: C9, 60 and 18. RGB value is (201,96,24). Sum of RGB (Red+Green+Blue) = 201+96+24=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96018 is #369FE7. Grayscale: #777777. Windows color (decimal): -3579880 or 1597641. OLE color: 1597641.

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

Color convert

RGB 201 96 24 -
CMYK 0 0.52 0.88 0.21
HSL 24.41º 0.79% 0.44% -
HSV(B) 24.41º 0.88% 0.79% -
XYZ 28.44 20.85 3.39 -
YUV 119.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 201 96 24 0 0.52 0.88 0.21 24.41 0.79 0.44
Hex C9 60 18 0 34 58 15 18 4F 2C
Octal 311 140 30 0 64 130 25 30 117 54
Binary 11001001 1100000 11000 0 110100 1011000 10101 11000 1001111 101100

Color Harmonies of #C96018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96018

Black with #C96018

Text Example


Text Example

White with #C96018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96018; }

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

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

background-color css

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

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

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

border-color css

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

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

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