Html Css Color HEX #CE5A1D Chocolate

📋 copy color: '#CE5A1D'

red 206 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #CE5A1D

Tints of Chocolate #CE5A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 63.38%
G = 27.69%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE5A1D (or 0xCE5A1D) is known color: Chocolate. HEX triplet: CE, 5A and 1D. RGB value is (206,90,29). Sum of RGB (Red+Green+Blue) = 206+90+29=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A1D is #31A5E2. Grayscale: #767676. Windows color (decimal): -3253731 or 1923790. OLE color: 1923790.

HSL color Cylindrical-coordinate representation of color #CE5A1D: hue angle of 20.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE5A1D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 90 29 -
CMYK 0 0.56 0.86 0.19
HSL 20.68º 0.75% 0.46% -
HSV(B) 20.68º 0.86% 0.81% -
XYZ 29.33 20.52 3.58 -
YUV 117.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 206 90 29 0 0.56 0.86 0.19 20.68 0.75 0.46
Hex CE 5A 1D 0 38 56 13 15 4B 2E
Octal 316 132 35 0 70 126 23 25 113 56
Binary 11001110 1011010 11101 0 111000 1010110 10011 10101 1001011 101110

Color Harmonies of #CE5A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A1D

Black with #CE5A1D

Text Example


Text Example

White with #CE5A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A1D; }

 p { color: rgb(206,90,29); }

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

background-color css

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

 a { background-color: rgb(206,90,29); }

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

border-color css

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

 span { border-color: rgb(206,90,29); }

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