Html Css Color HEX #C9700C Chocolate

📋 copy color: '#C9700C'

red 201 ◦ green 112 ◦ blue 12

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

Shades of Chocolate #C9700C

Tints of Chocolate #C9700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 61.85%
G = 34.46%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9700C (or 0xC9700C) is known color: Chocolate. HEX triplet: C9, 70 and 0C. RGB value is (201,112,12). Sum of RGB (Red+Green+Blue) = 201+112+12=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9700C is #368FF3. Grayscale: #7F7F7F. Windows color (decimal): -3575796 or 815305. OLE color: 815305.

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

Color convert

RGB 201 112 12 -
CMYK 0 0.44 0.94 0.21
HSL 31.75º 0.89% 0.42% -
HSV(B) 31.75º 0.94% 0.79% -
XYZ 29.95 24.03 3.41 -
YUV 127.21 62.99 180.63 -
System Red Green Blue C M Y K H S L
Decimal 201 112 12 0 0.44 0.94 0.21 31.75 0.89 0.42
Hex C9 70 C 0 2C 5E 15 20 59 2A
Octal 311 160 14 0 54 136 25 40 131 52
Binary 11001001 1110000 1100 0 101100 1011110 10101 100000 1011001 101010

Color Harmonies of #C9700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9700C

Black with #C9700C

Text Example


Text Example

White with #C9700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9700C; }

 p { color: rgb(201,112,12); }

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

background-color css

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

 a { background-color: rgb(201,112,12); }

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

border-color css

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

 span { border-color: rgb(201,112,12); }

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