#CBA0AA

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

Shades of Careys Pink #CBA0AA

Tints of Careys Pink #CBA0AA

Color information

#CBA0AA (or 0xCBA0AA) is unknown color: approx Careys Pink. HEX triplet: CB, A0 and AA. RGB value is (203,160,170). Sum of RGB (Red+Green+Blue) = 203+160+170=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0AA is #345F55. Grayscale: #ADADAD. Windows color (decimal): -3432278 or 11182283. OLE color: 11182283.

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

Color convert

RGB203160170-
CMYK00.210.160.20
HSL346.05º29.25%71.18%-
HSV(B)346.05º21.18%79.61%-
XYZ44.4640.7443.55-
YUV174125.75148.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=38.09%
G=30.02%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316017000.210.160.20346.0529.2571.18
HexCBA0AA015101415a1d47
Octal313240252025202453235107
Binary1100101110100000101010100101011000010100101011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0AA; }

 p { color: rgb(203,160,170); }

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

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

 a { background-color: rgb(203,160,170); }

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

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

 span { border-color: rgb(203,160,170); }

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