Html Css Color HEX #CE521A Chocolate

📋 copy color: '#CE521A'

red 206 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #CE521A

Tints of Chocolate #CE521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 65.61%
G = 26.11%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE521A (or 0xCE521A) is known color: Chocolate. HEX triplet: CE, 52 and 1A. RGB value is (206,82,26). Sum of RGB (Red+Green+Blue) = 206+82+26=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE521A is #31ADE5. Grayscale: #717171. Windows color (decimal): -3255782 or 1725134. OLE color: 1725134.

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

Color convert

RGB 206 82 26 -
CMYK 0 0.60 0.87 0.19
HSL 18.67º 0.78% 0.45% -
HSV(B) 18.67º 0.87% 0.81% -
XYZ 28.66 19.23 3.18 -
YUV 112.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 206 82 26 0 0.60 0.87 0.19 18.67 0.78 0.45
Hex CE 52 1A 0 3C 57 13 13 4E 2D
Octal 316 122 32 0 74 127 23 23 116 55
Binary 11001110 1010010 11010 0 111100 1010111 10011 10011 1001110 101101

Color Harmonies of #CE521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE521A

Black with #CE521A

Text Example


Text Example

White with #CE521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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