#CBA1AE

Color #CBA1AE Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CBA1AE

Tints of Careys Pink #CBA1AE

Color information

#CBA1AE (or 0xCBA1AE) is unknown color: approx Careys Pink. HEX triplet: CB, A1 and AE. RGB value is (203,161,174). Sum of RGB (Red+Green+Blue) = 203+161+174=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AE is #345E51. Grayscale: #AFAFAF. Windows color (decimal): -3432018 or 11444683. OLE color: 11444683.

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

Color convert

RGB203161174-
CMYK00.210.140.20
HSL341.43º28.77%71.37%-
HSV(B)341.43º20.69%79.61%-
XYZ45.0141.2445.63-
YUV175.04127.41147.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=37.73%
G=29.93%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316117400.210.140.20341.4328.7771.37
HexCBA1AE015E141551d47
Octal313241256025162452535107
Binary110010111010000110101110010101111010100101010101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1AE; }

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

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

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

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

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

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

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

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