#CECD95

Color #CECD95 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CECD95

Tints of Tahuna Sands #CECD95

Color information

#CECD95 (or 0xCECD95) is unknown color: approx Tahuna Sands. HEX triplet: CE, CD and 95. RGB value is (206,205,149). Sum of RGB (Red+Green+Blue) = 206+205+149=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD95 is #31326A. Grayscale: #C7C7C7. Windows color (decimal): -3224171 or 9817550. OLE color: 9817550.

HSL color Cylindrical-coordinate representation of color #CECD95: hue angle of 58.95º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CECD95 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206205149-
CMYK00.000.280.19
HSL58.95º36.77%69.61%-
HSV(B)58.95º27.67%80.78%-
XYZ52.7158.9537.04-
YUV198.9199.83133.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=36.79%
G=36.61%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620514900.000.280.1958.9536.7769.61
HexCECD95001C133b2546
Octal3163152250034237345106
Binary1100111011001101100101010011100100111110111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECD95; }

 p { color: rgb(206,205,149); }

 H1.HeaderClassName
 {
   color: #CECD95;
 }
 .AnyTagClassName
 {
   color: #CECD95;
 }
</style>
background-color css

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

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

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

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

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

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