#CD9D9F

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

Shades of Careys Pink #CD9D9F

Tints of Careys Pink #CD9D9F

Color information

#CD9D9F (or 0xCD9D9F) is unknown color: approx Careys Pink. HEX triplet: CD, 9D and 9F. RGB value is (205,157,159). Sum of RGB (Red+Green+Blue) = 205+157+159=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9D9F is #326260. Grayscale: #ABABAB. Windows color (decimal): -3301985 or 10460621. OLE color: 10460621.

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

Color convert

RGB205157159-
CMYK00.230.220.20
HSL357.5º32.43%70.98%-
HSV(B)357.5º23.41%80.39%-
XYZ43.4939.638.15-
YUV171.58120.9151.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=39.35%
G=30.13%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515715900.230.220.20357.532.4370.98
HexCD9D9F01716141662047
Octal315235237027262454640107
Binary11001101100111011001111101011110110101001011001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9D9F; }

 p { color: rgb(205,157,159); }

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

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

 a { background-color: rgb(205,157,159); }

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

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

 span { border-color: rgb(205,157,159); }

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