Html Css Color HEX #CF5C16 Chocolate

📋 copy color: '#CF5C16'

red 207 ◦ green 92 ◦ blue 22

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

Shades of Chocolate #CF5C16

Tints of Chocolate #CF5C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 64.49%
G = 28.66%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5C16 (or 0xCF5C16) is known color: Chocolate. HEX triplet: CF, 5C and 16. RGB value is (207,92,22). Sum of RGB (Red+Green+Blue) = 207+92+22=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C16 is #30A3E9. Grayscale: #767676. Windows color (decimal): -3187690 or 1465551. OLE color: 1465551.

HSL color Cylindrical-coordinate representation of color #CF5C16: hue angle of 22.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF5C16 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 22 -
CMYK 0 0.56 0.89 0.19
HSL 22.7º 0.81% 0.45% -
HSV(B) 22.7º 0.89% 0.81% -
XYZ 29.7 20.98 3.24 -
YUV 118.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 207 92 22 0 0.56 0.89 0.19 22.7 0.81 0.45
Hex CF 5C 16 0 38 59 13 17 51 2D
Octal 317 134 26 0 70 131 23 27 121 55
Binary 11001111 1011100 10110 0 111000 1011001 10011 10111 1010001 101101

Color Harmonies of #CF5C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5C16

Black with #CF5C16

Text Example


Text Example

White with #CF5C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5C16; }

 p { color: rgb(207,92,22); }

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

background-color css

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

 a { background-color: rgb(207,92,22); }

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

border-color css

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

 span { border-color: rgb(207,92,22); }

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