Html Css Color HEX #CE511A Chocolate

📋 copy color: '#CE511A'

red 206 ◦ green 81 ◦ blue 26

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

Shades of Chocolate #CE511A

Tints of Chocolate #CE511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 65.81%
G = 25.88%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE511A (or 0xCE511A) is known color: Chocolate. HEX triplet: CE, 51 and 1A. RGB value is (206,81,26). Sum of RGB (Red+Green+Blue) = 206+81+26=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE511A is #31AEE5. Grayscale: #707070. Windows color (decimal): -3256038 or 1724878. OLE color: 1724878.

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

Color convert

RGB 206 81 26 -
CMYK 0 0.61 0.87 0.19
HSL 18.33º 0.78% 0.45% -
HSV(B) 18.33º 0.87% 0.81% -
XYZ 28.58 19.08 3.15 -
YUV 112.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 206 81 26 0 0.61 0.87 0.19 18.33 0.78 0.45
Hex CE 51 1A 0 3D 57 13 12 4E 2D
Octal 316 121 32 0 75 127 23 22 116 55
Binary 11001110 1010001 11010 0 111101 1010111 10011 10010 1001110 101101

Color Harmonies of #CE511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE511A

Black with #CE511A

Text Example


Text Example

White with #CE511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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