Html Css Color HEX #CE551E Chocolate

📋 copy color: '#CE551E'

red 206 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #CE551E

Tints of Chocolate #CE551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 64.17%
G = 26.48%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE551E (or 0xCE551E) is known color: Chocolate. HEX triplet: CE, 55 and 1E. RGB value is (206,85,30). Sum of RGB (Red+Green+Blue) = 206+85+30=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE551E is #31AAE1. Grayscale: #737373. Windows color (decimal): -3255010 or 1988046. OLE color: 1988046.

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

Color convert

RGB 206 85 30 -
CMYK 0 0.59 0.85 0.19
HSL 18.75º 0.75% 0.46% -
HSV(B) 18.75º 0.85% 0.81% -
XYZ 28.94 19.71 3.51 -
YUV 114.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 206 85 30 0 0.59 0.85 0.19 18.75 0.75 0.46
Hex CE 55 1E 0 3B 55 13 13 4B 2E
Octal 316 125 36 0 73 125 23 23 113 56
Binary 11001110 1010101 11110 0 111011 1010101 10011 10011 1001011 101110

Color Harmonies of #CE551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE551E

Black with #CE551E

Text Example


Text Example

White with #CE551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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