Html Css Color HEX #CF700C Chocolate

📋 copy color: '#CF700C'

red 207 ◦ green 112 ◦ blue 12

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

Shades of Chocolate #CF700C

Tints of Chocolate #CF700C

RGB

 RED value IS 207 (81.25% from 255) = 62.54%

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

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

R = 62.54%
G = 33.84%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF700C (or 0xCF700C) is known color: Chocolate. HEX triplet: CF, 70 and 0C. RGB value is (207,112,12). Sum of RGB (Red+Green+Blue) = 207+112+12=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF700C is #308FF3. Grayscale: #818181. Windows color (decimal): -3182580 or 815311. OLE color: 815311.

HSL color Cylindrical-coordinate representation of color #CF700C: hue angle of 30.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF700C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 12 -
CMYK 0 0.46 0.94 0.19
HSL 30.77º 0.89% 0.43% -
HSV(B) 30.77º 0.94% 0.81% -
XYZ 31.59 24.88 3.49 -
YUV 129.01 61.97 183.63 -
System Red Green Blue C M Y K H S L
Decimal 207 112 12 0 0.46 0.94 0.19 30.77 0.89 0.43
Hex CF 70 C 0 2E 5E 13 1F 59 2B
Octal 317 160 14 0 56 136 23 37 131 53
Binary 11001111 1110000 1100 0 101110 1011110 10011 11111 1011001 101011

Color Harmonies of #CF700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF700C

Black with #CF700C

Text Example


Text Example

White with #CF700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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