#CD9EA4

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

Shades of Careys Pink #CD9EA4

Tints of Careys Pink #CD9EA4

Color information

#CD9EA4 (or 0xCD9EA4) is unknown color: approx Careys Pink. HEX triplet: CD, 9E and A4. RGB value is (205,158,164). Sum of RGB (Red+Green+Blue) = 205+158+164=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9EA4 is #32615B. Grayscale: #ACACAC. Windows color (decimal): -3301724 or 10788557. OLE color: 10788557.

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

Color convert

RGB205158164-
CMYK00.230.20.20
HSL352.34º31.97%71.18%-
HSV(B)352.34º22.93%80.39%-
XYZ44.140.1140.54-
YUV172.74123.07151.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=38.90%
G=29.98%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515816400.230.20.20352.3431.9771.18
HexCD9EA401714141602047
Octal315236244027242454040107
Binary11001101100111101010010001011110100101001011000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EA4; }

 p { color: rgb(205,158,164); }

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

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

 a { background-color: rgb(205,158,164); }

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

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

 span { border-color: rgb(205,158,164); }

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