Html Css Color HEX #CF6019 Chocolate

📋 copy color: '#CF6019'

red 207 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #CF6019

Tints of Chocolate #CF6019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 63.11%
G = 29.27%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF6019 (or 0xCF6019) is known color: Chocolate. HEX triplet: CF, 60 and 19. RGB value is (207,96,25). Sum of RGB (Red+Green+Blue) = 207+96+25=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6019 is #309FE6. Grayscale: #797979. Windows color (decimal): -3186663 or 1663183. OLE color: 1663183.

HSL color Cylindrical-coordinate representation of color #CF6019: hue angle of 23.41º degrees, saturation: 0.78, 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 #CF6019 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 25 -
CMYK 0 0.54 0.88 0.19
HSL 23.41º 0.78% 0.45% -
HSV(B) 23.41º 0.88% 0.81% -
XYZ 30.09 21.7 3.52 -
YUV 121.1 73.77 189.27 -
System Red Green Blue C M Y K H S L
Decimal 207 96 25 0 0.54 0.88 0.19 23.41 0.78 0.45
Hex CF 60 19 0 36 58 13 17 4E 2D
Octal 317 140 31 0 66 130 23 27 116 55
Binary 11001111 1100000 11001 0 110110 1011000 10011 10111 1001110 101101

Color Harmonies of #CF6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6019

Black with #CF6019

Text Example


Text Example

White with #CF6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6019; }

 p { color: rgb(207,96,25); }

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

background-color css

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

 a { background-color: rgb(207,96,25); }

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

border-color css

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

 span { border-color: rgb(207,96,25); }

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