Html Css Color HEX #CE551F Chocolate

📋 copy color: '#CE551F'

red 206 ◦ green 85 ◦ blue 31

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

Shades of Chocolate #CE551F

Tints of Chocolate #CE551F

RGB

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

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

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

R = 63.98%
G = 26.4%
B = 9.63%

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

#CE551F (or 0xCE551F) is known color: Chocolate. HEX triplet: CE, 55 and 1F. RGB value is (206,85,31). Sum of RGB (Red+Green+Blue) = 206+85+31=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE551F is #31AAE0. Grayscale: #737373. Windows color (decimal): -3255009 or 2053582. OLE color: 2053582.

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

Color convert

RGB 206 85 31 -
CMYK 0 0.59 0.85 0.19
HSL 18.51º 0.74% 0.46% -
HSV(B) 18.51º 0.85% 0.81% -
XYZ 28.95 19.72 3.58 -
YUV 115.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 206 85 31 0 0.59 0.85 0.19 18.51 0.74 0.46
Hex CE 55 1F 0 3B 55 13 13 4A 2E
Octal 316 125 37 0 73 125 23 23 112 56
Binary 11001110 1010101 11111 0 111011 1010101 10011 10011 1001010 101110

Color Harmonies of #CE551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE551F

Black with #CE551F

Text Example


Text Example

White with #CE551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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