Html Css Color HEX #CE5D1D Chocolate

📋 copy color: '#CE5D1D'

red 206 ◦ green 93 ◦ blue 29

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

Shades of Chocolate #CE5D1D

Tints of Chocolate #CE5D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 62.8%
G = 28.35%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE5D1D (or 0xCE5D1D) is known color: Chocolate. HEX triplet: CE, 5D and 1D. RGB value is (206,93,29). Sum of RGB (Red+Green+Blue) = 206+93+29=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D1D is #31A2E2. Grayscale: #777777. Windows color (decimal): -3252963 or 1924558. OLE color: 1924558.

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

Color convert

RGB 206 93 29 -
CMYK 0 0.55 0.86 0.19
HSL 21.69º 0.75% 0.46% -
HSV(B) 21.69º 0.86% 0.81% -
XYZ 29.59 21.04 3.66 -
YUV 119.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 206 93 29 0 0.55 0.86 0.19 21.69 0.75 0.46
Hex CE 5D 1D 0 37 56 13 16 4B 2E
Octal 316 135 35 0 67 126 23 26 113 56
Binary 11001110 1011101 11101 0 110111 1010110 10011 10110 1001011 101110

Color Harmonies of #CE5D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D1D

Black with #CE5D1D

Text Example


Text Example

White with #CE5D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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