Html Css Color HEX #CECC93 Deco

📋 copy color: '#CECC93'

red 206 ◦ green 204 ◦ blue 147

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

Shades of Deco #CECC93

Tints of Deco #CECC93

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.62%

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 36.98%
G = 36.62%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CECC93 (or 0xCECC93) is known color: Deco. HEX triplet: CE, CC and 93. RGB value is (206,204,147). Sum of RGB (Red+Green+Blue) = 206+204+147=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC93 is #31336C. Grayscale: #C6C6C6. Windows color (decimal): -3224429 or 9686222. OLE color: 9686222.

HSL color Cylindrical-coordinate representation of color #CECC93: hue angle of 57.97º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CECC93 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 147 -
CMYK 0 0.01 0.29 0.19
HSL 57.97º 0.38% 0.69% -
HSV(B) 57.97º 0.29% 0.81% -
XYZ 52.31 58.41 36.12 -
YUV 198.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 206 204 147 0 0.01 0.29 0.19 57.97 0.38 0.69
Hex CE CC 93 0 1 1D 13 3A 26 45
Octal 316 314 223 0 1 35 23 72 46 105
Binary 11001110 11001100 10010011 0 1 11101 10011 111010 100110 1000101

Color Harmonies of #CECC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC93

Black with #CECC93

Text Example


Text Example

White with #CECC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC93; }

 p { color: rgb(206,204,147); }

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

background-color css

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

 a { background-color: rgb(206,204,147); }

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

border-color css

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

 span { border-color: rgb(206,204,147); }

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