Html Css Color HEX #CECE76 Deco

📋 copy color: '#CECE76'

red 206 ◦ green 206 ◦ blue 118

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

Shades of Deco #CECE76

Tints of Deco #CECE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 118 (46.48% from 255) = 22.26%

R = 38.87%
G = 38.87%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CECE76 (or 0xCECE76) is known color: Deco. HEX triplet: CE, CE and 76. RGB value is (206,206,118). Sum of RGB (Red+Green+Blue) = 206+206+118=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECE76 is #313189. Grayscale: #C4C4C4. Windows color (decimal): -3223946 or 7786190. OLE color: 7786190.

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

Color convert

RGB 206 206 118 -
CMYK 0 0 0.43 0.19
HSL 60º 0.47% 0.64% -
HSV(B) 60º 0.43% 0.81% -
XYZ 50.79 58.57 25.77 -
YUV 195.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 206 206 118 0 0 0.43 0.19 60 0.47 0.64
Hex CE CE 76 0 0 2B 13 3C 2F 40
Octal 316 316 166 0 0 53 23 74 57 100
Binary 11001110 11001110 1110110 0 0 101011 10011 111100 101111 1000000

Color Harmonies of #CECE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECE76

Black with #CECE76

Text Example


Text Example

White with #CECE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECE76; }

 p { color: rgb(206,206,118); }

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

background-color css

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

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

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

border-color css

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

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

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