#CBAEA4

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

Shades of Clam Shell #CBAEA4

Tints of Clam Shell #CBAEA4

Color information

#CBAEA4 (or 0xCBAEA4) is unknown color: approx Clam Shell. HEX triplet: CB, AE and A4. RGB value is (203,174,164). Sum of RGB (Red+Green+Blue) = 203+174+164=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEA4 is #34515B. Grayscale: #B5B5B5. Windows color (decimal): -3428700 or 10792651. OLE color: 10792651.

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

Color convert

RGB203174164-
CMYK00.140.190.20
HSL15.38º27.27%71.96%-
HSV(B)15.38º19.21%79.61%-
XYZ46.4745.6541.48-
YUV181.53118.11143.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=37.52%
G=32.16%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317416400.140.190.2015.3827.2771.96
HexCBAEA40E1314f1b48
Octal31325624401623241733110
Binary1100101110101110101001000111010011101001111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEA4; }

 p { color: rgb(203,174,164); }

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

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

 a { background-color: rgb(203,174,164); }

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

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

 span { border-color: rgb(203,174,164); }

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