#CB9FAB

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

Shades of Careys Pink #CB9FAB

Tints of Careys Pink #CB9FAB

Color information

#CB9FAB (or 0xCB9FAB) is unknown color: approx Careys Pink. HEX triplet: CB, 9F and AB. RGB value is (203,159,171). Sum of RGB (Red+Green+Blue) = 203+159+171=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9FAB is #346054. Grayscale: #ADADAD. Windows color (decimal): -3432533 or 11247563. OLE color: 11247563.

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

Color convert

RGB203159171-
CMYK00.220.160.20
HSL343.64º29.73%70.98%-
HSV(B)343.64º21.67%79.61%-
XYZ44.3840.4343.99-
YUV173.52126.58149.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=38.09%
G=29.83%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315917100.220.160.20343.6429.7370.98
HexCB9FAB01610141581e47
Octal313237253026202453036107
Binary1100101110011111101010110101101000010100101011000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FAB; }

 p { color: rgb(203,159,171); }

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

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

 a { background-color: rgb(203,159,171); }

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

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

 span { border-color: rgb(203,159,171); }

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