Html Css Color HEX #CF6020 Chocolate

📋 copy color: '#CF6020'

red 207 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #CF6020

Tints of Chocolate #CF6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 61.79%
G = 28.66%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF6020 (or 0xCF6020) is known color: Chocolate. HEX triplet: CF, 60 and 20. RGB value is (207,96,32). Sum of RGB (Red+Green+Blue) = 207+96+32=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6020 is #309FDF. Grayscale: #7A7A7A. Windows color (decimal): -3186656 or 2121935. OLE color: 2121935.

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

Color convert

RGB 207 96 32 -
CMYK 0 0.54 0.85 0.19
HSL 21.94º 0.73% 0.47% -
HSV(B) 21.94º 0.85% 0.81% -
XYZ 30.18 21.74 3.97 -
YUV 121.89 77.27 188.7 -
System Red Green Blue C M Y K H S L
Decimal 207 96 32 0 0.54 0.85 0.19 21.94 0.73 0.47
Hex CF 60 20 0 36 55 13 16 49 2F
Octal 317 140 40 0 66 125 23 26 111 57
Binary 11001111 1100000 100000 0 110110 1010101 10011 10110 1001001 101111

Color Harmonies of #CF6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6020

Black with #CF6020

Text Example


Text Example

White with #CF6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6020; }

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

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

background-color css

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

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

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

border-color css

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

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

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