#CAACA7

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

Shades of Clam Shell #CAACA7

Tints of Clam Shell #CAACA7

Color information

#CAACA7 (or 0xCAACA7) is unknown color: approx Clam Shell. HEX triplet: CA, AC and A7. RGB value is (202,172,167). Sum of RGB (Red+Green+Blue) = 202+172+167=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACA7 is #355358. Grayscale: #B4B4B4. Windows color (decimal): -3494745 or 10988746. OLE color: 10988746.

HSL color Cylindrical-coordinate representation of color #CAACA7: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAACA7 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB202172167-
CMYK00.150.170.21
HSL8.57º24.82%72.35%-
HSV(B)8.57º17.33%79.22%-
XYZ46.0844.8542.79-
YUV180.4120.44143.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 167 (65.62% from 255) = 30.87%
R=37.34%
G=31.79%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217216700.150.170.218.5724.8272.35
HexCAACA70F111591948
Octal31225424701721251131110
Binary1100101010101100101001110111110001101011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACA7; }

 p { color: rgb(202,172,167); }

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

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

 a { background-color: rgb(202,172,167); }

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

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

 span { border-color: rgb(202,172,167); }

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