#CD9EAA

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

Shades of Careys Pink #CD9EAA

Tints of Careys Pink #CD9EAA

Color information

#CD9EAA (or 0xCD9EAA) is unknown color: approx Careys Pink. HEX triplet: CD, 9E and AA. RGB value is (205,158,170). Sum of RGB (Red+Green+Blue) = 205+158+170=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9EAA is #326155. Grayscale: #ADADAD. Windows color (decimal): -3301718 or 11181773. OLE color: 11181773.

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

Color convert

RGB205158170-
CMYK00.230.170.20
HSL344.68º31.97%71.18%-
HSV(B)344.68º22.93%80.39%-
XYZ44.6640.3443.46-
YUV173.42126.07150.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=38.46%
G=29.64%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515817000.230.170.20344.6831.9771.18
HexCD9EAA01711141592047
Octal315236252027212453140107
Binary11001101100111101010101001011110001101001010110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9EAA; }

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

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

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

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

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

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

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

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