Html Css Color HEX #CF5A19 Chocolate

📋 copy color: '#CF5A19'

red 207 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #CF5A19

Tints of Chocolate #CF5A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

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

R = 64.29%
G = 27.95%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF5A19 (or 0xCF5A19) is known color: Chocolate. HEX triplet: CF, 5A and 19. RGB value is (207,90,25). Sum of RGB (Red+Green+Blue) = 207+90+25=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A19 is #30A5E6. Grayscale: #757575. Windows color (decimal): -3188199 or 1661647. OLE color: 1661647.

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

Color convert

RGB 207 90 25 -
CMYK 0 0.57 0.88 0.19
HSL 21.43º 0.78% 0.45% -
HSV(B) 21.43º 0.88% 0.81% -
XYZ 29.56 20.65 3.35 -
YUV 117.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 207 90 25 0 0.57 0.88 0.19 21.43 0.78 0.45
Hex CF 5A 19 0 39 58 13 15 4E 2D
Octal 317 132 31 0 71 130 23 25 116 55
Binary 11001111 1011010 11001 0 111001 1011000 10011 10101 1001110 101101

Color Harmonies of #CF5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A19

Black with #CF5A19

Text Example


Text Example

White with #CF5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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