#CD999D

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

Shades of Careys Pink #CD999D

Tints of Careys Pink #CD999D

Color information

#CD999D (or 0xCD999D) is unknown color: approx Careys Pink. HEX triplet: CD, 99 and 9D. RGB value is (205,153,157). Sum of RGB (Red+Green+Blue) = 205+153+157=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD999D is #326662. Grayscale: #A9A9A9. Windows color (decimal): -3303011 or 10328525. OLE color: 10328525.

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

Color convert

RGB205153157-
CMYK00.250.230.20
HSL355.38º34.21%70.2%-
HSV(B)355.38º25.37%80.39%-
XYZ42.6538.237.02-
YUV169121.23153.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=39.81%
G=29.71%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515315700.250.230.20355.3834.2170.2
HexCD999D01917141632246
Octal315231235031272454342106
Binary11001101100110011001110101100110111101001011000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD999D; }

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

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

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

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

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

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

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

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