Html Css Color HEX #CE601F Chocolate

📋 copy color: '#CE601F'

red 206 ◦ green 96 ◦ blue 31

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

Shades of Chocolate #CE601F

Tints of Chocolate #CE601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 61.86%
G = 28.83%
B = 9.31%

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

#CE601F (or 0xCE601F) is known color: Chocolate. HEX triplet: CE, 60 and 1F. RGB value is (206,96,31). Sum of RGB (Red+Green+Blue) = 206+96+31=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE601F is #319FE0. Grayscale: #797979. Windows color (decimal): -3252193 or 2056398. OLE color: 2056398.

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

Color convert

RGB 206 96 31 -
CMYK 0 0.53 0.85 0.19
HSL 22.29º 0.74% 0.46% -
HSV(B) 22.29º 0.85% 0.81% -
XYZ 29.88 21.59 3.89 -
YUV 121.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 206 96 31 0 0.53 0.85 0.19 22.29 0.74 0.46
Hex CE 60 1F 0 35 55 13 16 4A 2E
Octal 316 140 37 0 65 125 23 26 112 56
Binary 11001110 1100000 11111 0 110101 1010101 10011 10110 1001010 101110

Color Harmonies of #CE601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE601F

Black with #CE601F

Text Example


Text Example

White with #CE601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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