Html Css Color HEX #CF5119 Chocolate

📋 copy color: '#CF5119'

red 207 ◦ green 81 ◦ blue 25

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

Shades of Chocolate #CF5119

Tints of Chocolate #CF5119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 66.13%
G = 25.88%
B = 7.99%

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

#CF5119 (or 0xCF5119) is known color: Chocolate. HEX triplet: CF, 51 and 19. RGB value is (207,81,25). Sum of RGB (Red+Green+Blue) = 207+81+25=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5119 is #30AEE6. Grayscale: #707070. Windows color (decimal): -3190503 or 1659343. OLE color: 1659343.

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

Color convert

RGB 207 81 25 -
CMYK 0 0.61 0.88 0.19
HSL 18.46º 0.78% 0.45% -
HSV(B) 18.46º 0.88% 0.81% -
XYZ 28.85 19.22 3.11 -
YUV 112.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 207 81 25 0 0.61 0.88 0.19 18.46 0.78 0.45
Hex CF 51 19 0 3D 58 13 12 4E 2D
Octal 317 121 31 0 75 130 23 22 116 55
Binary 11001111 1010001 11001 0 111101 1011000 10011 10010 1001110 101101

Color Harmonies of #CF5119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5119

Black with #CF5119

Text Example


Text Example

White with #CF5119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5119; }

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

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

background-color css

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

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

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

border-color css

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

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

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