Html Css Color HEX #CF5019 Chocolate

📋 copy color: '#CF5019'

red 207 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #CF5019

Tints of Chocolate #CF5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 66.35%
G = 25.64%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF5019 (or 0xCF5019) is known color: Chocolate. HEX triplet: CF, 50 and 19. RGB value is (207,80,25). Sum of RGB (Red+Green+Blue) = 207+80+25=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5019 is #30AFE6. Grayscale: #707070. Windows color (decimal): -3190759 or 1659087. OLE color: 1659087.

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

Color convert

RGB 207 80 25 -
CMYK 0 0.61 0.88 0.19
HSL 18.13º 0.78% 0.45% -
HSV(B) 18.13º 0.88% 0.81% -
XYZ 28.78 19.07 3.08 -
YUV 111.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 207 80 25 0 0.61 0.88 0.19 18.13 0.78 0.45
Hex CF 50 19 0 3D 58 13 12 4E 2D
Octal 317 120 31 0 75 130 23 22 116 55
Binary 11001111 1010000 11001 0 111101 1011000 10011 10010 1001110 101101

Color Harmonies of #CF5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5019

Black with #CF5019

Text Example


Text Example

White with #CF5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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