#CBA5A8

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

Shades of Careys Pink #CBA5A8

Tints of Careys Pink #CBA5A8

Color information

#CBA5A8 (or 0xCBA5A8) is unknown color: approx Careys Pink. HEX triplet: CB, A5 and A8. RGB value is (203,165,168). Sum of RGB (Red+Green+Blue) = 203+165+168=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA5A8 is #345A57. Grayscale: #B0B0B0. Windows color (decimal): -3431000 or 11052491. OLE color: 11052491.

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

Color convert

RGB203165168-
CMYK00.190.170.20
HSL355.26º26.76%72.16%-
HSV(B)355.26º18.72%79.61%-
XYZ45.1542.4342.86-
YUV176.7123.09146.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=37.87%
G=30.78%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316516800.190.170.20355.2626.7672.16
HexCBA5A801311141631b48
Octal313245250023212454333110
Binary1100101110100101101010000100111000110100101100011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5A8; }

 p { color: rgb(203,165,168); }

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

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

 a { background-color: rgb(203,165,168); }

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

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

 span { border-color: rgb(203,165,168); }

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