#CBA4A5

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

Shades of Careys Pink #CBA4A5

Tints of Careys Pink #CBA4A5

Color information

#CBA4A5 (or 0xCBA4A5) is unknown color: approx Careys Pink. HEX triplet: CB, A4 and A5. RGB value is (203,164,165). Sum of RGB (Red+Green+Blue) = 203+164+165=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA4A5 is #345B5A. Grayscale: #AFAFAF. Windows color (decimal): -3431259 or 10855627. OLE color: 10855627.

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

Color convert

RGB203164165-
CMYK00.190.190.20
HSL358.46º27.27%71.96%-
HSV(B)358.46º19.21%79.61%-
XYZ44.741.9641.34-
YUV175.78121.92147.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=38.16%
G=30.83%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316416500.190.190.20358.4627.2771.96
HexCBA4A501313141661b48
Octal313244245023232454633110
Binary1100101110100100101001010100111001110100101100110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4A5; }

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

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

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

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

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

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

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

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