Html Css Color HEX #CF7018 Chocolate

📋 copy color: '#CF7018'

red 207 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #CF7018

Tints of Chocolate #CF7018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7%

R = 60.35%
G = 32.65%
B = 7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF7018 (or 0xCF7018) is known color: Chocolate. HEX triplet: CF, 70 and 18. RGB value is (207,112,24). Sum of RGB (Red+Green+Blue) = 207+112+24=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7018 is #308FE7. Grayscale: #828282. Windows color (decimal): -3182568 or 1601743. OLE color: 1601743.

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

Color convert

RGB 207 112 24 -
CMYK 0 0.46 0.88 0.19
HSL 28.85º 0.79% 0.45% -
HSV(B) 28.85º 0.88% 0.81% -
XYZ 31.69 24.92 4 -
YUV 130.37 67.97 182.66 -
System Red Green Blue C M Y K H S L
Decimal 207 112 24 0 0.46 0.88 0.19 28.85 0.79 0.45
Hex CF 70 18 0 2E 58 13 1D 4F 2D
Octal 317 160 30 0 56 130 23 35 117 55
Binary 11001111 1110000 11000 0 101110 1011000 10011 11101 1001111 101101

Color Harmonies of #CF7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7018

Black with #CF7018

Text Example


Text Example

White with #CF7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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