#CDC295

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

Shades of Tahuna Sands #CDC295

Tints of Tahuna Sands #CDC295

Color information

#CDC295 (or 0xCDC295) is unknown color: approx Tahuna Sands. HEX triplet: CD, C2 and 95. RGB value is (205,194,149). Sum of RGB (Red+Green+Blue) = 205+194+149=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC295 is #323D6A. Grayscale: #C0C0C0. Windows color (decimal): -3292523 or 9814733. OLE color: 9814733.

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

Color convert

RGB205194149-
CMYK00.050.270.20
HSL48.21º35.9%69.41%-
HSV(B)48.21º27.32%80.39%-
XYZ49.8953.7336.18-
YUV192.16103.64137.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=37.41%
G=35.40%
B=27.19%

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
Decimal20519414900.050.270.2048.2135.969.41
HexCDC295051B14302445
Octal3153022250533246044105
Binary110011011100001010010101010111011101001100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC295; }

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

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

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

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

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

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

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

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