#CD9495

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

Shades of Careys Pink #CD9495

Tints of Careys Pink #CD9495

Color information

#CD9495 (or 0xCD9495) is unknown color: approx Careys Pink. HEX triplet: CD, 94 and 95. RGB value is (205,148,149). Sum of RGB (Red+Green+Blue) = 205+148+149=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9495 is #326B6A. Grayscale: #A5A5A5. Windows color (decimal): -3304299 or 9802957. OLE color: 9802957.

HSL color Cylindrical-coordinate representation of color #CD9495: hue angle of 358.95º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9495 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205148149-
CMYK00.280.270.20
HSL358.95º36.31%69.22%-
HSV(B)358.95º27.8%80.39%-
XYZ41.1936.3333.27-
YUV165.16118.88156.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=40.84%
G=29.48%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514814900.280.270.20358.9536.3169.22
HexCD949501C1B141672445
Octal315224225034332454744105
Binary11001101100101001001010101110011011101001011001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9495; }

 p { color: rgb(205,148,149); }

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

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

 a { background-color: rgb(205,148,149); }

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

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

 span { border-color: rgb(205,148,149); }

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