#CBA8AE

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

Shades of Careys Pink #CBA8AE

Tints of Careys Pink #CBA8AE

Color information

#CBA8AE (or 0xCBA8AE) is unknown color: approx Careys Pink. HEX triplet: CB, A8 and AE. RGB value is (203,168,174). Sum of RGB (Red+Green+Blue) = 203+168+174=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA8AE is #345751. Grayscale: #B3B3B3. Windows color (decimal): -3430226 or 11446475. OLE color: 11446475.

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

Color convert

RGB203168174-
CMYK00.170.140.20
HSL349.71º25.18%72.75%-
HSV(B)349.71º17.24%79.61%-
XYZ46.2743.7646.05-
YUV179.15125.1145.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=37.25%
G=30.83%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316817400.170.140.20349.7125.1872.75
HexCBA8AE011E1415e1949
Octal313250256021162453631111
Binary110010111010100010101110010001111010100101011110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8AE; }

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

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

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

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

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

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

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

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