Html Css Color HEX #C9700B Chocolate

📋 copy color: '#C9700B'

red 201 ◦ green 112 ◦ blue 11

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

Shades of Chocolate #C9700B

Tints of Chocolate #C9700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 62.04%
G = 34.57%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9700B (or 0xC9700B) is known color: Chocolate. HEX triplet: C9, 70 and 0B. RGB value is (201,112,11). Sum of RGB (Red+Green+Blue) = 201+112+11=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C9700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9700B is #368FF4. Grayscale: #7F7F7F. Windows color (decimal): -3575797 or 749769. OLE color: 749769.

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

Color convert

RGB 201 112 11 -
CMYK 0 0.44 0.95 0.21
HSL 31.89º 0.9% 0.42% -
HSV(B) 31.89º 0.95% 0.79% -
XYZ 29.94 24.03 3.38 -
YUV 127.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 201 112 11 0 0.44 0.95 0.21 31.89 0.9 0.42
Hex C9 70 B 0 2C 5F 15 20 5A 2A
Octal 311 160 13 0 54 137 25 40 132 52
Binary 11001001 1110000 1011 0 101100 1011111 10101 100000 1011010 101010

Color Harmonies of #C9700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9700B

Black with #C9700B

Text Example


Text Example

White with #C9700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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