#CBA1A9

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

Shades of Careys Pink #CBA1A9

Tints of Careys Pink #CBA1A9

Color information

#CBA1A9 (or 0xCBA1A9) is unknown color: approx Careys Pink. HEX triplet: CB, A1 and A9. RGB value is (203,161,169). Sum of RGB (Red+Green+Blue) = 203+161+169=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1A9 is #345E56. Grayscale: #AEAEAE. Windows color (decimal): -3432023 or 11117003. OLE color: 11117003.

HSL color Cylindrical-coordinate representation of color #CBA1A9: hue angle of 348.57º 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 #CBA1A9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203161169-
CMYK00.210.170.20
HSL348.57º28.77%71.37%-
HSV(B)348.57º20.69%79.61%-
XYZ44.5341.0543.11-
YUV174.47124.91148.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=38.09%
G=30.21%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316116900.210.170.20348.5728.7771.37
HexCBA1A9015111415d1d47
Octal313241251025212453535107
Binary1100101110100001101010010101011000110100101011101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1A9; }

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

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

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

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

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

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

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

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