Html Css Color HEX #CF5A20 Chocolate

📋 copy color: '#CF5A20'

red 207 ◦ green 90 ◦ blue 32

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

Shades of Chocolate #CF5A20

Tints of Chocolate #CF5A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 62.92%
G = 27.36%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF5A20 (or 0xCF5A20) is known color: Chocolate. HEX triplet: CF, 5A and 20. RGB value is (207,90,32). Sum of RGB (Red+Green+Blue) = 207+90+32=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A20 is #30A5DF. Grayscale: #767676. Windows color (decimal): -3188192 or 2120399. OLE color: 2120399.

HSL color Cylindrical-coordinate representation of color #CF5A20: hue angle of 19.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF5A20 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 90 32 -
CMYK 0 0.57 0.85 0.19
HSL 19.89º 0.73% 0.47% -
HSV(B) 19.89º 0.85% 0.81% -
XYZ 29.65 20.68 3.8 -
YUV 118.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 207 90 32 0 0.57 0.85 0.19 19.89 0.73 0.47
Hex CF 5A 20 0 39 55 13 14 49 2F
Octal 317 132 40 0 71 125 23 24 111 57
Binary 11001111 1011010 100000 0 111001 1010101 10011 10100 1001001 101111

Color Harmonies of #CF5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A20

Black with #CF5A20

Text Example


Text Example

White with #CF5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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