#CDCA93

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

Shades of Tahuna Sands #CDCA93

Tints of Tahuna Sands #CDCA93

Color information

#CDCA93 (or 0xCDCA93) is unknown color: approx Tahuna Sands. HEX triplet: CD, CA and 93. RGB value is (205,202,147). Sum of RGB (Red+Green+Blue) = 205+202+147=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCA93 is #32356C. Grayscale: #C4C4C4. Windows color (decimal): -3290477 or 9685709. OLE color: 9685709.

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

Color convert

RGB205202147-
CMYK00.010.280.20
HSL56.9º36.71%69.02%-
HSV(B)56.9º28.29%80.39%-
XYZ51.5657.3335.95-
YUV196.6399.99133.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 147 (57.81% from 255) = 26.53%
R=37.00%
G=36.46%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520214700.010.280.2056.936.7169.02
HexCDCA93011C14392545
Octal3153122230134247145105
Binary1100110111001010100100110111100101001110011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA93; }

 p { color: rgb(205,202,147); }

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

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

 a { background-color: rgb(205,202,147); }

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

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

 span { border-color: rgb(205,202,147); }

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