Html Css Color HEX #CE611B Chocolate

📋 copy color: '#CE611B'

red 206 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #CE611B

Tints of Chocolate #CE611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 62.42%
G = 29.39%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE611B (or 0xCE611B) is known color: Chocolate. HEX triplet: CE, 61 and 1B. RGB value is (206,97,27). Sum of RGB (Red+Green+Blue) = 206+97+27=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE611B is #319EE4. Grayscale: #7A7A7A. Windows color (decimal): -3251941 or 1794510. OLE color: 1794510.

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

Color convert

RGB 206 97 27 -
CMYK 0 0.53 0.87 0.19
HSL 23.46º 0.77% 0.46% -
HSV(B) 23.46º 0.87% 0.81% -
XYZ 29.93 21.75 3.66 -
YUV 121.61 74.61 188.19 -
System Red Green Blue C M Y K H S L
Decimal 206 97 27 0 0.53 0.87 0.19 23.46 0.77 0.46
Hex CE 61 1B 0 35 57 13 17 4D 2E
Octal 316 141 33 0 65 127 23 27 115 56
Binary 11001110 1100001 11011 0 110101 1010111 10011 10111 1001101 101110

Color Harmonies of #CE611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE611B

Black with #CE611B

Text Example


Text Example

White with #CE611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE611B; }

 p { color: rgb(206,97,27); }

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

background-color css

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

 a { background-color: rgb(206,97,27); }

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

border-color css

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

 span { border-color: rgb(206,97,27); }

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