Html Css Color HEX #CE6E3D Zest

📋 copy color: '#CE6E3D'

red 206 ◦ green 110 ◦ blue 61

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

Shades of Zest #CE6E3D

Tints of Zest #CE6E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 54.64%
G = 29.18%
B = 16.18%

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

#CE6E3D (or 0xCE6E3D) is known color: Zest. HEX triplet: CE, 6E and 3D. RGB value is (206,110,61). Sum of RGB (Red+Green+Blue) = 206+110+61=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E3D is #3191C2. Grayscale: #858585. Windows color (decimal): -3248579 or 4026062. OLE color: 4026062.

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

Color convert

RGB 206 110 61 -
CMYK 0 0.47 0.70 0.19
HSL 20.28º 0.6% 0.52% -
HSV(B) 20.28º 0.7% 0.81% -
XYZ 31.87 24.61 7.49 -
YUV 133.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 206 110 61 0 0.47 0.70 0.19 20.28 0.6 0.52
Hex CE 6E 3D 0 2F 46 13 14 3C 34
Octal 316 156 75 0 57 106 23 24 74 64
Binary 11001110 1101110 111101 0 101111 1000110 10011 10100 111100 110100

Color Harmonies of #CE6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E3D

Black with #CE6E3D

Text Example


Text Example

White with #CE6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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