Html Css Color HEX #CF5D19 Chocolate

📋 copy color: '#CF5D19'

red 207 ◦ green 93 ◦ blue 25

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

Shades of Chocolate #CF5D19

Tints of Chocolate #CF5D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 63.69%
G = 28.62%
B = 7.69%

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

#CF5D19 (or 0xCF5D19) is known color: Chocolate. HEX triplet: CF, 5D and 19. RGB value is (207,93,25). Sum of RGB (Red+Green+Blue) = 207+93+25=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5D19 is #30A2E6. Grayscale: #777777. Windows color (decimal): -3187431 or 1662415. OLE color: 1662415.

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

Color convert

RGB 207 93 25 -
CMYK 0 0.55 0.88 0.19
HSL 22.42º 0.78% 0.45% -
HSV(B) 22.42º 0.88% 0.81% -
XYZ 29.82 21.16 3.43 -
YUV 119.33 74.77 190.53 -
System Red Green Blue C M Y K H S L
Decimal 207 93 25 0 0.55 0.88 0.19 22.42 0.78 0.45
Hex CF 5D 19 0 37 58 13 16 4E 2D
Octal 317 135 31 0 67 130 23 26 116 55
Binary 11001111 1011101 11001 0 110111 1011000 10011 10110 1001110 101101

Color Harmonies of #CF5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5D19

Black with #CF5D19

Text Example


Text Example

White with #CF5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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