Html Css Color HEX #CECA77 Deco

📋 copy color: '#CECA77'

red 206 ◦ green 202 ◦ blue 119

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

Shades of Deco #CECA77

Tints of Deco #CECA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.33%

 BLUE value IS 119 (46.88% from 255) = 22.58%

R = 39.09%
G = 38.33%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CECA77 (or 0xCECA77) is known color: Deco. HEX triplet: CE, CA and 77. RGB value is (206,202,119). Sum of RGB (Red+Green+Blue) = 206+202+119=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA77 is #313588. Grayscale: #C2C2C2. Windows color (decimal): -3224969 or 7850702. OLE color: 7850702.

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

Color convert

RGB 206 202 119 -
CMYK 0 0.02 0.42 0.19
HSL 57.24º 0.47% 0.64% -
HSV(B) 57.24º 0.42% 0.81% -
XYZ 49.9 56.69 25.77 -
YUV 193.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 206 202 119 0 0.02 0.42 0.19 57.24 0.47 0.64
Hex CE CA 77 0 2 2A 13 39 2F 40
Octal 316 312 167 0 2 52 23 71 57 100
Binary 11001110 11001010 1110111 0 10 101010 10011 111001 101111 1000000

Color Harmonies of #CECA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA77

Black with #CECA77

Text Example


Text Example

White with #CECA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA77; }

 p { color: rgb(206,202,119); }

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

background-color css

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

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

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

border-color css

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

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

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