Html Css Color HEX #CE6F39 Zest

📋 copy color: '#CE6F39'

red 206 ◦ green 111 ◦ blue 57

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

Shades of Zest #CE6F39

Tints of Zest #CE6F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

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

R = 55.08%
G = 29.68%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE6F39 (or 0xCE6F39) is known color: Zest. HEX triplet: CE, 6F and 39. RGB value is (206,111,57). Sum of RGB (Red+Green+Blue) = 206+111+57=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F39 is #3190C6. Grayscale: #858585. Windows color (decimal): -3248327 or 3764174. OLE color: 3764174.

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

Color convert

RGB 206 111 57 -
CMYK 0 0.46 0.72 0.19
HSL 21.74º 0.6% 0.52% -
HSV(B) 21.74º 0.72% 0.81% -
XYZ 31.88 24.79 6.98 -
YUV 133.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 206 111 57 0 0.46 0.72 0.19 21.74 0.6 0.52
Hex CE 6F 39 0 2E 48 13 16 3C 34
Octal 316 157 71 0 56 110 23 26 74 64
Binary 11001110 1101111 111001 0 101110 1001000 10011 10110 111100 110100

Color Harmonies of #CE6F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F39

Black with #CE6F39

Text Example


Text Example

White with #CE6F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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