#CDAFA0

Color #CDAFA0 Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #CDAFA0

Tints of Clam Shell #CDAFA0

Color information

#CDAFA0 (or 0xCDAFA0) is unknown color: approx Clam Shell. HEX triplet: CD, AF and A0. RGB value is (205,175,160). Sum of RGB (Red+Green+Blue) = 205+175+160=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAFA0 is #32505F. Grayscale: #B6B6B6. Windows color (decimal): -3297376 or 10530765. OLE color: 10530765.

HSL color Cylindrical-coordinate representation of color #CDAFA0: hue angle of 20º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDAFA0 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205175160-
CMYK00.150.220.20
HSL20º31.03%71.57%-
HSV(B)20º21.95%80.39%-
XYZ46.8546.1839.7-
YUV182.26115.44144.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=37.96%
G=32.41%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517516000.150.220.202031.0371.57
HexCDAFA00F1614141f48
Octal31525724001726242437110
Binary11001101101011111010000001111101101010010100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFA0; }

 p { color: rgb(205,175,160); }

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

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

 a { background-color: rgb(205,175,160); }

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

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

 span { border-color: rgb(205,175,160); }

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