Html Css Color HEX #CE591A Chocolate

📋 copy color: '#CE591A'

red 206 ◦ green 89 ◦ blue 26

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

Shades of Chocolate #CE591A

Tints of Chocolate #CE591A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 64.17%
G = 27.73%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE591A (or 0xCE591A) is known color: Chocolate. HEX triplet: CE, 59 and 1A. RGB value is (206,89,26). Sum of RGB (Red+Green+Blue) = 206+89+26=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE591A is #31A6E5. Grayscale: #757575. Windows color (decimal): -3253990 or 1726926. OLE color: 1726926.

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

Color convert

RGB 206 89 26 -
CMYK 0 0.57 0.87 0.19
HSL 21º 0.78% 0.45% -
HSV(B) 21º 0.87% 0.81% -
XYZ 29.21 20.34 3.36 -
YUV 116.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 206 89 26 0 0.57 0.87 0.19 21 0.78 0.45
Hex CE 59 1A 0 39 57 13 15 4E 2D
Octal 316 131 32 0 71 127 23 25 116 55
Binary 11001110 1011001 11010 0 111001 1010111 10011 10101 1001110 101101

Color Harmonies of #CE591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE591A

Black with #CE591A

Text Example


Text Example

White with #CE591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE591A; }

 p { color: rgb(206,89,26); }

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

background-color css

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

 a { background-color: rgb(206,89,26); }

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

border-color css

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

 span { border-color: rgb(206,89,26); }

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