Html Css Color HEX #CF7015 Chocolate

📋 copy color: '#CF7015'

red 207 ◦ green 112 ◦ blue 21

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

Shades of Chocolate #CF7015

Tints of Chocolate #CF7015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 60.88%
G = 32.94%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7015 (or 0xCF7015) is known color: Chocolate. HEX triplet: CF, 70 and 15. RGB value is (207,112,21). Sum of RGB (Red+Green+Blue) = 207+112+21=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7015 is #308FEA. Grayscale: #828282. Windows color (decimal): -3182571 or 1405135. OLE color: 1405135.

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

Color convert

RGB 207 112 21 -
CMYK 0 0.46 0.90 0.19
HSL 29.35º 0.82% 0.45% -
HSV(B) 29.35º 0.9% 0.81% -
XYZ 31.66 24.91 3.85 -
YUV 130.03 66.47 182.9 -
System Red Green Blue C M Y K H S L
Decimal 207 112 21 0 0.46 0.90 0.19 29.35 0.82 0.45
Hex CF 70 15 0 2E 5A 13 1D 52 2D
Octal 317 160 25 0 56 132 23 35 122 55
Binary 11001111 1110000 10101 0 101110 1011010 10011 11101 1010010 101101

Color Harmonies of #CF7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7015

Black with #CF7015

Text Example


Text Example

White with #CF7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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