Html Css Color HEX #CE601E Chocolate

📋 copy color: '#CE601E'

red 206 ◦ green 96 ◦ blue 30

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

Shades of Chocolate #CE601E

Tints of Chocolate #CE601E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 62.05%
G = 28.92%
B = 9.04%

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

#CE601E (or 0xCE601E) is known color: Chocolate. HEX triplet: CE, 60 and 1E. RGB value is (206,96,30). Sum of RGB (Red+Green+Blue) = 206+96+30=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE601E is #319FE1. Grayscale: #797979. Windows color (decimal): -3252194 or 1990862. OLE color: 1990862.

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

Color convert

RGB 206 96 30 -
CMYK 0 0.53 0.85 0.19
HSL 22.5º 0.75% 0.46% -
HSV(B) 22.5º 0.85% 0.81% -
XYZ 29.87 21.58 3.82 -
YUV 121.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 206 96 30 0 0.53 0.85 0.19 22.5 0.75 0.46
Hex CE 60 1E 0 35 55 13 16 4B 2E
Octal 316 140 36 0 65 125 23 26 113 56
Binary 11001110 1100000 11110 0 110101 1010101 10011 10110 1001011 101110

Color Harmonies of #CE601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE601E

Black with #CE601E

Text Example


Text Example

White with #CE601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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