Html Css Color HEX #C9681E Chocolate

📋 copy color: '#C9681E'

red 201 ◦ green 104 ◦ blue 30

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

Shades of Chocolate #C9681E

Tints of Chocolate #C9681E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 60%
G = 31.04%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9681E (or 0xC9681E) is known color: Chocolate. HEX triplet: C9, 68 and 1E. RGB value is (201,104,30). Sum of RGB (Red+Green+Blue) = 201+104+30=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9681E is #3697E1. Grayscale: #7C7C7C. Windows color (decimal): -3577826 or 1992905. OLE color: 1992905.

HSL color Cylindrical-coordinate representation of color #C9681E: hue angle of 25.96º degrees, saturation: 0.74, 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 #C9681E is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 30 -
CMYK 0 0.48 0.85 0.21
HSL 25.96º 0.74% 0.45% -
HSV(B) 25.96º 0.85% 0.79% -
XYZ 29.27 22.41 4.01 -
YUV 124.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 201 104 30 0 0.48 0.85 0.21 25.96 0.74 0.45
Hex C9 68 1E 0 30 55 15 1A 4A 2D
Octal 311 150 36 0 60 125 25 32 112 55
Binary 11001001 1101000 11110 0 110000 1010101 10101 11010 1001010 101101

Color Harmonies of #C9681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9681E

Black with #C9681E

Text Example


Text Example

White with #C9681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9681E; }

 p { color: rgb(201,104,30); }

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

background-color css

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

 a { background-color: rgb(201,104,30); }

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

border-color css

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

 span { border-color: rgb(201,104,30); }

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