#CDB1A5

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

Shades of Clam Shell #CDB1A5

Tints of Clam Shell #CDB1A5

Color information

#CDB1A5 (or 0xCDB1A5) is unknown color: approx Clam Shell. HEX triplet: CD, B1 and A5. RGB value is (205,177,165). Sum of RGB (Red+Green+Blue) = 205+177+165=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1A5 is #324E5A. Grayscale: #B8B8B8. Windows color (decimal): -3296859 or 10858957. OLE color: 10858957.

HSL color Cylindrical-coordinate representation of color #CDB1A5: hue angle of 18º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB1A5 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB205177165-
CMYK00.140.200.20
HSL18º28.57%72.55%-
HSV(B)18º19.51%80.39%-
XYZ47.6947.1442.18-
YUV184117.28142.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=37.48%
G=32.36%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517716500.140.200.201828.5772.55
HexCDB1A50E1414121d49
Octal31526124501624242235111
Binary11001101101100011010010101110101001010010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1A5; }

 p { color: rgb(205,177,165); }

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

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

 a { background-color: rgb(205,177,165); }

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

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

 span { border-color: rgb(205,177,165); }

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