Html Css Color HEX #CE561A Chocolate

📋 copy color: '#CE561A'

red 206 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #CE561A

Tints of Chocolate #CE561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 64.78%
G = 27.04%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE561A (or 0xCE561A) is known color: Chocolate. HEX triplet: CE, 56 and 1A. RGB value is (206,86,26). Sum of RGB (Red+Green+Blue) = 206+86+26=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE561A is #31A9E5. Grayscale: #737373. Windows color (decimal): -3254758 or 1726158. OLE color: 1726158.

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

Color convert

RGB 206 86 26 -
CMYK 0 0.58 0.87 0.19
HSL 20º 0.78% 0.45% -
HSV(B) 20º 0.87% 0.81% -
XYZ 28.97 19.85 3.28 -
YUV 115.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 206 86 26 0 0.58 0.87 0.19 20 0.78 0.45
Hex CE 56 1A 0 3A 57 13 14 4E 2D
Octal 316 126 32 0 72 127 23 24 116 55
Binary 11001110 1010110 11010 0 111010 1010111 10011 10100 1001110 101101

Color Harmonies of #CE561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE561A

Black with #CE561A

Text Example


Text Example

White with #CE561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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