Html Css Color HEX #CF700A Chocolate

📋 copy color: '#CF700A'

red 207 ◦ green 112 ◦ blue 10

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

Shades of Chocolate #CF700A

Tints of Chocolate #CF700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 62.92%
G = 34.04%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF700A (or 0xCF700A) is known color: Chocolate. HEX triplet: CF, 70 and 0A. RGB value is (207,112,10). Sum of RGB (Red+Green+Blue) = 207+112+10=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF700A is #308FF5. Grayscale: #818181. Windows color (decimal): -3182582 or 684239. OLE color: 684239.

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

Color convert

RGB 207 112 10 -
CMYK 0 0.46 0.95 0.19
HSL 31.07º 0.91% 0.43% -
HSV(B) 31.07º 0.95% 0.81% -
XYZ 31.58 24.88 3.42 -
YUV 128.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 207 112 10 0 0.46 0.95 0.19 31.07 0.91 0.43
Hex CF 70 A 0 2E 5F 13 1F 5B 2B
Octal 317 160 12 0 56 137 23 37 133 53
Binary 11001111 1110000 1010 0 101110 1011111 10011 11111 1011011 101011

Color Harmonies of #CF700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF700A

Black with #CF700A

Text Example


Text Example

White with #CF700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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