#CBA0A4

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

Shades of Careys Pink #CBA0A4

Tints of Careys Pink #CBA0A4

Color information

#CBA0A4 (or 0xCBA0A4) is unknown color: approx Careys Pink. HEX triplet: CB, A0 and A4. RGB value is (203,160,164). Sum of RGB (Red+Green+Blue) = 203+160+164=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0A4 is #345F5B. Grayscale: #ADADAD. Windows color (decimal): -3432284 or 10789067. OLE color: 10789067.

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

Color convert

RGB203160164-
CMYK00.210.190.20
HSL354.42º29.25%71.18%-
HSV(B)354.42º21.18%79.61%-
XYZ43.940.5240.63-
YUV173.31122.75149.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=38.52%
G=30.36%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316016400.210.190.20354.4229.2571.18
HexCBA0A401513141621d47
Octal313240244025232454235107
Binary1100101110100000101001000101011001110100101100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0A4; }

 p { color: rgb(203,160,164); }

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

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

 a { background-color: rgb(203,160,164); }

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

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

 span { border-color: rgb(203,160,164); }

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