#CCB7AA

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

Shades of Clam Shell #CCB7AA

Tints of Clam Shell #CCB7AA

Color information

#CCB7AA (or 0xCCB7AA) is unknown color: approx Clam Shell. HEX triplet: CC, B7 and AA. RGB value is (204,183,170). Sum of RGB (Red+Green+Blue) = 204+183+170=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AA is #334855. Grayscale: #BBBBBB. Windows color (decimal): -3360854 or 11188172. OLE color: 11188172.

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

Color convert

RGB204183170-
CMYK00.100.170.2
HSL22.94º25%73.33%-
HSV(B)22.94º16.67%80%-
XYZ49.0949.6145.02-
YUV187.8117.96139.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=36.62%
G=32.85%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418317000.100.170.222.942573.33
HexCCB7AA0A1114171949
Octal31426725201221242731111
Binary11001100101101111010101001010100011010010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7AA; }

 p { color: rgb(204,183,170); }

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

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

 a { background-color: rgb(204,183,170); }

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

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

 span { border-color: rgb(204,183,170); }

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