Html Css Color HEX #C96B0F Chocolate

📋 copy color: '#C96B0F'

red 201 ◦ green 107 ◦ blue 15

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

Shades of Chocolate #C96B0F

Tints of Chocolate #C96B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 62.23%
G = 33.13%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C96B0F (or 0xC96B0F) is known color: Chocolate. HEX triplet: C9, 6B and 0F. RGB value is (201,107,15). Sum of RGB (Red+Green+Blue) = 201+107+15=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96B0F is #3694F0. Grayscale: #7D7D7D. Windows color (decimal): -3577073 or 1010633. OLE color: 1010633.

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

Color convert

RGB 201 107 15 -
CMYK 0 0.47 0.93 0.21
HSL 29.68º 0.86% 0.42% -
HSV(B) 29.68º 0.93% 0.79% -
XYZ 29.43 22.97 3.33 -
YUV 124.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 201 107 15 0 0.47 0.93 0.21 29.68 0.86 0.42
Hex C9 6B F 0 2F 5D 15 1E 56 2A
Octal 311 153 17 0 57 135 25 36 126 52
Binary 11001001 1101011 1111 0 101111 1011101 10101 11110 1010110 101010

Color Harmonies of #C96B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B0F

Black with #C96B0F

Text Example


Text Example

White with #C96B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B0F; }

 p { color: rgb(201,107,15); }

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

background-color css

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

 a { background-color: rgb(201,107,15); }

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

border-color css

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

 span { border-color: rgb(201,107,15); }

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