Html Css Color HEX #CE611A Chocolate

📋 copy color: '#CE611A'

red 206 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #CE611A

Tints of Chocolate #CE611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 62.61%
G = 29.48%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE611A (or 0xCE611A) is known color: Chocolate. HEX triplet: CE, 61 and 1A. RGB value is (206,97,26). Sum of RGB (Red+Green+Blue) = 206+97+26=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE611A is #319EE5. Grayscale: #797979. Windows color (decimal): -3251942 or 1728974. OLE color: 1728974.

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

Color convert

RGB 206 97 26 -
CMYK 0 0.53 0.87 0.19
HSL 23.67º 0.78% 0.45% -
HSV(B) 23.67º 0.87% 0.81% -
XYZ 29.91 21.75 3.6 -
YUV 121.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 206 97 26 0 0.53 0.87 0.19 23.67 0.78 0.45
Hex CE 61 1A 0 35 57 13 18 4E 2D
Octal 316 141 32 0 65 127 23 30 116 55
Binary 11001110 1100001 11010 0 110101 1010111 10011 11000 1001110 101101

Color Harmonies of #CE611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE611A

Black with #CE611A

Text Example


Text Example

White with #CE611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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