#CD9BA2

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

Shades of Careys Pink #CD9BA2

Tints of Careys Pink #CD9BA2

Color information

#CD9BA2 (or 0xCD9BA2) is unknown color: approx Careys Pink. HEX triplet: CD, 9B and A2. RGB value is (205,155,162). Sum of RGB (Red+Green+Blue) = 205+155+162=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9BA2 is #32645D. Grayscale: #AAAAAA. Windows color (decimal): -3302494 or 10656717. OLE color: 10656717.

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

Color convert

RGB205155162-
CMYK00.240.210.20
HSL351.6º33.33%70.59%-
HSV(B)351.6º24.39%80.39%-
XYZ43.4239.0339.43-
YUV170.75123.06152.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=39.27%
G=29.69%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515516200.240.210.20351.633.3370.59
HexCD9BA201815141602147
Octal315233242030252454041107
Binary11001101100110111010001001100010101101001011000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BA2; }

 p { color: rgb(205,155,162); }

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

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

 a { background-color: rgb(205,155,162); }

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

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

 span { border-color: rgb(205,155,162); }

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