#CDC495

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

Shades of Tahuna Sands #CDC495

Tints of Tahuna Sands #CDC495

Color information

#CDC495 (or 0xCDC495) is unknown color: approx Tahuna Sands. HEX triplet: CD, C4 and 95. RGB value is (205,196,149). Sum of RGB (Red+Green+Blue) = 205+196+149=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC495 is #323B6A. Grayscale: #C1C1C1. Windows color (decimal): -3292011 or 9815245. OLE color: 9815245.

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

Color convert

RGB205196149-
CMYK00.040.270.20
HSL50.36º35.9%69.41%-
HSV(B)50.36º27.32%80.39%-
XYZ50.3454.6336.32-
YUV193.33102.98136.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=37.27%
G=35.64%
B=27.09%

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
Decimal20519614900.040.270.2050.3635.969.41
HexCDC495041B14322445
Octal3153042250433246244105
Binary110011011100010010010101010011011101001100101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC495; }

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

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

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

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

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

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

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

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