#CBA6AA

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

Shades of Careys Pink #CBA6AA

Tints of Careys Pink #CBA6AA

Color information

#CBA6AA (or 0xCBA6AA) is unknown color: approx Careys Pink. HEX triplet: CB, A6 and AA. RGB value is (203,166,170). Sum of RGB (Red+Green+Blue) = 203+166+170=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6AA is #345955. Grayscale: #B1B1B1. Windows color (decimal): -3430742 or 11183819. OLE color: 11183819.

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

Color convert

RGB203166170-
CMYK00.180.160.20
HSL353.51º26.24%72.35%-
HSV(B)353.51º18.23%79.61%-
XYZ45.5242.8743.91-
YUV177.52123.76146.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=37.66%
G=30.80%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316617000.180.160.20353.5126.2472.35
HexCBA6AA01210141621a48
Octal313246252022202454232110
Binary1100101110100110101010100100101000010100101100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6AA; }

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

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

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

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

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

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

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

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