Html Css Color HEX #CE6D39 Zest

📋 copy color: '#CE6D39'

red 206 ◦ green 109 ◦ blue 57

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

Shades of Zest #CE6D39

Tints of Zest #CE6D39

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 57 (22.66% from 255) = 15.32%

R = 55.38%
G = 29.3%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE6D39 (or 0xCE6D39) is known color: Zest. HEX triplet: CE, 6D and 39. RGB value is (206,109,57). Sum of RGB (Red+Green+Blue) = 206+109+57=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D39 is #3192C6. Grayscale: #848484. Windows color (decimal): -3248839 or 3763662. OLE color: 3763662.

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

Color convert

RGB 206 109 57 -
CMYK 0 0.47 0.72 0.19
HSL 20.94º 0.6% 0.52% -
HSV(B) 20.94º 0.72% 0.81% -
XYZ 31.66 24.35 6.9 -
YUV 132.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 206 109 57 0 0.47 0.72 0.19 20.94 0.6 0.52
Hex CE 6D 39 0 2F 48 13 15 3C 34
Octal 316 155 71 0 57 110 23 25 74 64
Binary 11001110 1101101 111001 0 101111 1001000 10011 10101 111100 110100

Color Harmonies of #CE6D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D39

Black with #CE6D39

Text Example


Text Example

White with #CE6D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D39; }

 p { color: rgb(206,109,57); }

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

background-color css

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

 a { background-color: rgb(206,109,57); }

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

border-color css

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

 span { border-color: rgb(206,109,57); }

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