Html Css Color HEX #CE601C Chocolate

📋 copy color: '#CE601C'

red 206 ◦ green 96 ◦ blue 28

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

Shades of Chocolate #CE601C

Tints of Chocolate #CE601C

RGB

 RED value IS 206 (80.86% from 255) = 62.42%

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

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

R = 62.42%
G = 29.09%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE601C (or 0xCE601C) is known color: Chocolate. HEX triplet: CE, 60 and 1C. RGB value is (206,96,28). Sum of RGB (Red+Green+Blue) = 206+96+28=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE601C is #319FE3. Grayscale: #797979. Windows color (decimal): -3252196 or 1859790. OLE color: 1859790.

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

Color convert

RGB 206 96 28 -
CMYK 0 0.53 0.86 0.19
HSL 22.92º 0.76% 0.46% -
HSV(B) 22.92º 0.86% 0.81% -
XYZ 29.85 21.57 3.69 -
YUV 121.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 206 96 28 0 0.53 0.86 0.19 22.92 0.76 0.46
Hex CE 60 1C 0 35 56 13 17 4C 2E
Octal 316 140 34 0 65 126 23 27 114 56
Binary 11001110 1100000 11100 0 110101 1010110 10011 10111 1001100 101110

Color Harmonies of #CE601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE601C

Black with #CE601C

Text Example


Text Example

White with #CE601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE601C; }

 p { color: rgb(206,96,28); }

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

background-color css

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

 a { background-color: rgb(206,96,28); }

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

border-color css

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

 span { border-color: rgb(206,96,28); }

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