#CBA8B2

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

Shades of Careys Pink #CBA8B2

Tints of Careys Pink #CBA8B2

Color information

#CBA8B2 (or 0xCBA8B2) is unknown color: approx Careys Pink. HEX triplet: CB, A8 and B2. RGB value is (203,168,178). Sum of RGB (Red+Green+Blue) = 203+168+178=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8B2 is #34574D. Grayscale: #B3B3B3. Windows color (decimal): -3430222 or 11708619. OLE color: 11708619.

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

Color convert

RGB203168178-
CMYK00.170.120.20
HSL342.86º25.18%72.75%-
HSV(B)342.86º17.24%79.61%-
XYZ46.6743.9248.14-
YUV179.6127.1144.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=36.98%
G=30.60%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316817800.170.120.20342.8625.1872.75
HexCBA8B2011C141571949
Octal313250262021142452731111
Binary110010111010100010110010010001110010100101010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8B2; }

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

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

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

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

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

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

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

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