Html Css Color HEX #CE5E1F Chocolate

📋 copy color: '#CE5E1F'

red 206 ◦ green 94 ◦ blue 31

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

Shades of Chocolate #CE5E1F

Tints of Chocolate #CE5E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 62.24%
G = 28.4%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE5E1F (or 0xCE5E1F) is known color: Chocolate. HEX triplet: CE, 5E and 1F. RGB value is (206,94,31). Sum of RGB (Red+Green+Blue) = 206+94+31=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E1F is #31A1E0. Grayscale: #787878. Windows color (decimal): -3252705 or 2055886. OLE color: 2055886.

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

Color convert

RGB 206 94 31 -
CMYK 0 0.54 0.85 0.19
HSL 21.6º 0.74% 0.46% -
HSV(B) 21.6º 0.85% 0.81% -
XYZ 29.7 21.23 3.83 -
YUV 120.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 206 94 31 0 0.54 0.85 0.19 21.6 0.74 0.46
Hex CE 5E 1F 0 36 55 13 16 4A 2E
Octal 316 136 37 0 66 125 23 26 112 56
Binary 11001110 1011110 11111 0 110110 1010101 10011 10110 1001010 101110

Color Harmonies of #CE5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E1F

Black with #CE5E1F

Text Example


Text Example

White with #CE5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E1F; }

 p { color: rgb(206,94,31); }

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

background-color css

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

 a { background-color: rgb(206,94,31); }

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

border-color css

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

 span { border-color: rgb(206,94,31); }

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