Html Css Color HEX #CE5B1A Chocolate

📋 copy color: '#CE5B1A'

red 206 ◦ green 91 ◦ blue 26

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

Shades of Chocolate #CE5B1A

Tints of Chocolate #CE5B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 63.78%
G = 28.17%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE5B1A (or 0xCE5B1A) is known color: Chocolate. HEX triplet: CE, 5B and 1A. RGB value is (206,91,26). Sum of RGB (Red+Green+Blue) = 206+91+26=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B1A is #31A4E5. Grayscale: #767676. Windows color (decimal): -3253478 or 1727438. OLE color: 1727438.

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

Color convert

RGB 206 91 26 -
CMYK 0 0.56 0.87 0.19
HSL 21.67º 0.78% 0.45% -
HSV(B) 21.67º 0.87% 0.81% -
XYZ 29.38 20.68 3.42 -
YUV 117.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 206 91 26 0 0.56 0.87 0.19 21.67 0.78 0.45
Hex CE 5B 1A 0 38 57 13 16 4E 2D
Octal 316 133 32 0 70 127 23 26 116 55
Binary 11001110 1011011 11010 0 111000 1010111 10011 10110 1001110 101101

Color Harmonies of #CE5B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B1A

Black with #CE5B1A

Text Example


Text Example

White with #CE5B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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