#CBA1AD

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

Shades of Careys Pink #CBA1AD

Tints of Careys Pink #CBA1AD

Color information

#CBA1AD (or 0xCBA1AD) is unknown color: approx Careys Pink. HEX triplet: CB, A1 and AD. RGB value is (203,161,173). Sum of RGB (Red+Green+Blue) = 203+161+173=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AD is #345E52. Grayscale: #AEAEAE. Windows color (decimal): -3432019 or 11379147. OLE color: 11379147.

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

Color convert

RGB203161173-
CMYK00.210.150.20
HSL342.86º28.77%71.37%-
HSV(B)342.86º20.69%79.61%-
XYZ44.9241.245.12-
YUV174.93126.91148.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=37.80%
G=29.98%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316117300.210.150.20342.8628.7771.37
HexCBA1AD015F141571d47
Octal313241255025172452735107
Binary110010111010000110101101010101111110100101010111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1AD; }

 p { color: rgb(203,161,173); }

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

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

 a { background-color: rgb(203,161,173); }

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

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

 span { border-color: rgb(203,161,173); }

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