#CDC496

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

Shades of Tahuna Sands #CDC496

Tints of Tahuna Sands #CDC496

Color information

#CDC496 (or 0xCDC496) is unknown color: approx Tahuna Sands. HEX triplet: CD, C4 and 96. RGB value is (205,196,150). Sum of RGB (Red+Green+Blue) = 205+196+150=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC496 is #323B69. Grayscale: #C1C1C1. Windows color (decimal): -3292010 or 9880781. OLE color: 9880781.

HSL color Cylindrical-coordinate representation of color #CDC496: hue angle of 50.18º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDC496 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205196150-
CMYK00.040.270.20
HSL50.18º35.48%69.61%-
HSV(B)50.18º26.83%80.39%-
XYZ50.4254.6636.75-
YUV193.45103.48136.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=37.21%
G=35.57%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519615000.040.270.2050.1835.4869.61
HexCDC496041B14322346
Octal3153042260433246243106
Binary110011011100010010010110010011011101001100101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC496; }

 p { color: rgb(205,196,150); }

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

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

 a { background-color: rgb(205,196,150); }

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

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

 span { border-color: rgb(205,196,150); }

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