Html Css Color HEX #CF5E19 Chocolate

📋 copy color: '#CF5E19'

red 207 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #CF5E19

Tints of Chocolate #CF5E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 63.5%
G = 28.83%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF5E19 (or 0xCF5E19) is known color: Chocolate. HEX triplet: CF, 5E and 19. RGB value is (207,94,25). Sum of RGB (Red+Green+Blue) = 207+94+25=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E19 is #30A1E6. Grayscale: #787878. Windows color (decimal): -3187175 or 1662671. OLE color: 1662671.

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

Color convert

RGB 207 94 25 -
CMYK 0 0.55 0.88 0.19
HSL 22.75º 0.78% 0.45% -
HSV(B) 22.75º 0.88% 0.81% -
XYZ 29.91 21.34 3.46 -
YUV 119.92 74.44 190.11 -
System Red Green Blue C M Y K H S L
Decimal 207 94 25 0 0.55 0.88 0.19 22.75 0.78 0.45
Hex CF 5E 19 0 37 58 13 17 4E 2D
Octal 317 136 31 0 67 130 23 27 116 55
Binary 11001111 1011110 11001 0 110111 1011000 10011 10111 1001110 101101

Color Harmonies of #CF5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E19

Black with #CF5E19

Text Example


Text Example

White with #CF5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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