Html Css Color HEX #CE5F1D Chocolate

📋 copy color: '#CE5F1D'

red 206 ◦ green 95 ◦ blue 29

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

Shades of Chocolate #CE5F1D

Tints of Chocolate #CE5F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

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

R = 62.42%
G = 28.79%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE5F1D (or 0xCE5F1D) is known color: Chocolate. HEX triplet: CE, 5F and 1D. RGB value is (206,95,29). Sum of RGB (Red+Green+Blue) = 206+95+29=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5F1D is #31A0E2. Grayscale: #797979. Windows color (decimal): -3252451 or 1925070. OLE color: 1925070.

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

Color convert

RGB 206 95 29 -
CMYK 0 0.54 0.86 0.19
HSL 22.37º 0.75% 0.46% -
HSV(B) 22.37º 0.86% 0.81% -
XYZ 29.77 21.39 3.72 -
YUV 120.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 206 95 29 0 0.54 0.86 0.19 22.37 0.75 0.46
Hex CE 5F 1D 0 36 56 13 16 4B 2E
Octal 316 137 35 0 66 126 23 26 113 56
Binary 11001110 1011111 11101 0 110110 1010110 10011 10110 1001011 101110

Color Harmonies of #CE5F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F1D

Black with #CE5F1D

Text Example


Text Example

White with #CE5F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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