Html Css Color HEX #C96A1F Chocolate

📋 copy color: '#C96A1F'

red 201 ◦ green 106 ◦ blue 31

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

Shades of Chocolate #C96A1F

Tints of Chocolate #C96A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 59.47%
G = 31.36%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C96A1F (or 0xC96A1F) is known color: Chocolate. HEX triplet: C9, 6A and 1F. RGB value is (201,106,31). Sum of RGB (Red+Green+Blue) = 201+106+31=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A1F is #3695E0. Grayscale: #7E7E7E. Windows color (decimal): -3577313 or 2058953. OLE color: 2058953.

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

Color convert

RGB 201 106 31 -
CMYK 0 0.47 0.85 0.21
HSL 26.47º 0.73% 0.45% -
HSV(B) 26.47º 0.85% 0.79% -
XYZ 29.49 22.82 4.15 -
YUV 125.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 201 106 31 0 0.47 0.85 0.21 26.47 0.73 0.45
Hex C9 6A 1F 0 2F 55 15 1A 49 2D
Octal 311 152 37 0 57 125 25 32 111 55
Binary 11001001 1101010 11111 0 101111 1010101 10101 11010 1001001 101101

Color Harmonies of #C96A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A1F

Black with #C96A1F

Text Example


Text Example

White with #C96A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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