Html Css Color HEX #CF6120 Chocolate

📋 copy color: '#CF6120'

red 207 ◦ green 97 ◦ blue 32

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

Shades of Chocolate #CF6120

Tints of Chocolate #CF6120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 61.61%
G = 28.87%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF6120 (or 0xCF6120) is known color: Chocolate. HEX triplet: CF, 61 and 20. RGB value is (207,97,32). Sum of RGB (Red+Green+Blue) = 207+97+32=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6120 is #309EDF. Grayscale: #7A7A7A. Windows color (decimal): -3186400 or 2122191. OLE color: 2122191.

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

Color convert

RGB 207 97 32 -
CMYK 0 0.53 0.85 0.19
HSL 22.29º 0.73% 0.47% -
HSV(B) 22.29º 0.85% 0.81% -
XYZ 30.27 21.92 4 -
YUV 122.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 207 97 32 0 0.53 0.85 0.19 22.29 0.73 0.47
Hex CF 61 20 0 35 55 13 16 49 2F
Octal 317 141 40 0 65 125 23 26 111 57
Binary 11001111 1100001 100000 0 110101 1010101 10011 10110 1001001 101111

Color Harmonies of #CF6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6120

Black with #CF6120

Text Example


Text Example

White with #CF6120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6120; }

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

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

background-color css

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

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

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

border-color css

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

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

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