#CDC395

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

Shades of Tahuna Sands #CDC395

Tints of Tahuna Sands #CDC395

Color information

#CDC395 (or 0xCDC395) is unknown color: approx Tahuna Sands. HEX triplet: CD, C3 and 95. RGB value is (205,195,149). Sum of RGB (Red+Green+Blue) = 205+195+149=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC395 is #323C6A. Grayscale: #C0C0C0. Windows color (decimal): -3292267 or 9814989. OLE color: 9814989.

HSL color Cylindrical-coordinate representation of color #CDC395: hue angle of 49.29º 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 #CDC395 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205195149-
CMYK00.050.270.20
HSL49.29º35.9%69.41%-
HSV(B)49.29º27.32%80.39%-
XYZ50.1254.1836.25-
YUV192.75103.31136.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=37.34%
G=35.52%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519514900.050.270.2049.2935.969.41
HexCDC395051B14312445
Octal3153032250533246144105
Binary110011011100001110010101010111011101001100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC395; }

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

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

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

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

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

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

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

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