Html Css Color HEX #CF701A Chocolate

📋 copy color: '#CF701A'

red 207 ◦ green 112 ◦ blue 26

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

Shades of Chocolate #CF701A

Tints of Chocolate #CF701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 60%
G = 32.46%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF701A (or 0xCF701A) is known color: Chocolate. HEX triplet: CF, 70 and 1A. RGB value is (207,112,26). Sum of RGB (Red+Green+Blue) = 207+112+26=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF701A is #308FE5. Grayscale: #838383. Windows color (decimal): -3182566 or 1732815. OLE color: 1732815.

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

Color convert

RGB 207 112 26 -
CMYK 0 0.46 0.87 0.19
HSL 28.51º 0.78% 0.46% -
HSV(B) 28.51º 0.87% 0.81% -
XYZ 31.71 24.93 4.12 -
YUV 130.6 68.97 182.49 -
System Red Green Blue C M Y K H S L
Decimal 207 112 26 0 0.46 0.87 0.19 28.51 0.78 0.46
Hex CF 70 1A 0 2E 57 13 1D 4E 2E
Octal 317 160 32 0 56 127 23 35 116 56
Binary 11001111 1110000 11010 0 101110 1010111 10011 11101 1001110 101110

Color Harmonies of #CF701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF701A

Black with #CF701A

Text Example


Text Example

White with #CF701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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