Html Css Color HEX #CF5219 Chocolate

📋 copy color: '#CF5219'

red 207 ◦ green 82 ◦ blue 25

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

Shades of Chocolate #CF5219

Tints of Chocolate #CF5219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 65.92%
G = 26.11%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF5219 (or 0xCF5219) is known color: Chocolate. HEX triplet: CF, 52 and 19. RGB value is (207,82,25). Sum of RGB (Red+Green+Blue) = 207+82+25=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5219 is #30ADE6. Grayscale: #717171. Windows color (decimal): -3190247 or 1659599. OLE color: 1659599.

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

Color convert

RGB 207 82 25 -
CMYK 0 0.60 0.88 0.19
HSL 18.79º 0.78% 0.45% -
HSV(B) 18.79º 0.88% 0.81% -
XYZ 28.92 19.37 3.13 -
YUV 112.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 207 82 25 0 0.60 0.88 0.19 18.79 0.78 0.45
Hex CF 52 19 0 3C 58 13 13 4E 2D
Octal 317 122 31 0 74 130 23 23 116 55
Binary 11001111 1010010 11001 0 111100 1011000 10011 10011 1001110 101101

Color Harmonies of #CF5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5219

Black with #CF5219

Text Example


Text Example

White with #CF5219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5219; }

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

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

background-color css

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

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

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

border-color css

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

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

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