Html Css Color HEX #CE6E3E Zest

📋 copy color: '#CE6E3E'

red 206 ◦ green 110 ◦ blue 62

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

Shades of Zest #CE6E3E

Tints of Zest #CE6E3E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 54.5%
G = 29.1%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE6E3E (or 0xCE6E3E) is known color: Zest. HEX triplet: CE, 6E and 3E. RGB value is (206,110,62). Sum of RGB (Red+Green+Blue) = 206+110+62=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E3E is #3191C1. Grayscale: #858585. Windows color (decimal): -3248578 or 4091598. OLE color: 4091598.

HSL color Cylindrical-coordinate representation of color #CE6E3E: hue angle of 20º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE6E3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 62 -
CMYK 0 0.47 0.70 0.19
HSL 20º 0.6% 0.53% -
HSV(B) 20º 0.7% 0.81% -
XYZ 31.9 24.62 7.63 -
YUV 133.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 206 110 62 0 0.47 0.70 0.19 20 0.6 0.53
Hex CE 6E 3E 0 2F 46 13 14 3C 35
Octal 316 156 76 0 57 106 23 24 74 65
Binary 11001110 1101110 111110 0 101111 1000110 10011 10100 111100 110101

Color Harmonies of #CE6E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E3E

Black with #CE6E3E

Text Example


Text Example

White with #CE6E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E3E; }

 p { color: rgb(206,110,62); }

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

background-color css

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

 a { background-color: rgb(206,110,62); }

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

border-color css

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

 span { border-color: rgb(206,110,62); }

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