Html Css Color HEX #CF5E1C Chocolate

📋 copy color: '#CF5E1C'

red 207 ◦ green 94 ◦ blue 28

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

Shades of Chocolate #CF5E1C

Tints of Chocolate #CF5E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 62.92%
G = 28.57%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF5E1C (or 0xCF5E1C) is known color: Chocolate. HEX triplet: CF, 5E and 1C. RGB value is (207,94,28). Sum of RGB (Red+Green+Blue) = 207+94+28=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E1C is #30A1E3. Grayscale: #787878. Windows color (decimal): -3187172 or 1859279. OLE color: 1859279.

HSL color Cylindrical-coordinate representation of color #CF5E1C: hue angle of 22.12º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF5E1C is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 28 -
CMYK 0 0.55 0.86 0.19
HSL 22.12º 0.76% 0.46% -
HSV(B) 22.12º 0.86% 0.81% -
XYZ 29.94 21.35 3.64 -
YUV 120.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 207 94 28 0 0.55 0.86 0.19 22.12 0.76 0.46
Hex CF 5E 1C 0 37 56 13 16 4C 2E
Octal 317 136 34 0 67 126 23 26 114 56
Binary 11001111 1011110 11100 0 110111 1010110 10011 10110 1001100 101110

Color Harmonies of #CF5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E1C

Black with #CF5E1C

Text Example


Text Example

White with #CF5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E1C; }

 p { color: rgb(207,94,28); }

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

background-color css

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

 a { background-color: rgb(207,94,28); }

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

border-color css

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

 span { border-color: rgb(207,94,28); }

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