#CDB6A7

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

Shades of Clam Shell #CDB6A7

Tints of Clam Shell #CDB6A7

Color information

#CDB6A7 (or 0xCDB6A7) is unknown color: approx Clam Shell. HEX triplet: CD, B6 and A7. RGB value is (205,182,167). Sum of RGB (Red+Green+Blue) = 205+182+167=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6A7 is #324958. Grayscale: #BBBBBB. Windows color (decimal): -3295577 or 10991309. OLE color: 10991309.

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

Color convert

RGB205182167-
CMYK00.110.190.20
HSL23.68º27.54%72.94%-
HSV(B)23.68º18.54%80.39%-
XYZ48.8849.2343.48-
YUV187.17116.62140.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 167 (65.62% from 255) = 30.14%
R=37.00%
G=32.85%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518216700.110.190.2023.6827.5472.94
HexCDB6A70B1314181c49
Octal31526624701323243034111
Binary11001101101101101010011101011100111010011000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6A7; }

 p { color: rgb(205,182,167); }

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

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

 a { background-color: rgb(205,182,167); }

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

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

 span { border-color: rgb(205,182,167); }

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