#CBA8B0

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

Shades of Careys Pink #CBA8B0

Tints of Careys Pink #CBA8B0

Color information

#CBA8B0 (or 0xCBA8B0) is unknown color: approx Careys Pink. HEX triplet: CB, A8 and B0. RGB value is (203,168,176). Sum of RGB (Red+Green+Blue) = 203+168+176=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8B0 is #34574F. Grayscale: #B3B3B3. Windows color (decimal): -3430224 or 11577547. OLE color: 11577547.

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

Color convert

RGB203168176-
CMYK00.170.130.20
HSL346.29º25.18%72.75%-
HSV(B)346.29º17.24%79.61%-
XYZ46.4743.8447.09-
YUV179.38126.1144.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=37.11%
G=30.71%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316817600.170.130.20346.2925.1872.75
HexCBA8B0011D1415a1949
Octal313250260021152453231111
Binary110010111010100010110000010001110110100101011010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8B0; }

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

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

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

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

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

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

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

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