#CD9597

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

Shades of Careys Pink #CD9597

Tints of Careys Pink #CD9597

Color information

#CD9597 (or 0xCD9597) is unknown color: approx Careys Pink. HEX triplet: CD, 95 and 97. RGB value is (205,149,151). Sum of RGB (Red+Green+Blue) = 205+149+151=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9597 is #326A68. Grayscale: #A6A6A6. Windows color (decimal): -3304041 or 9934285. OLE color: 9934285.

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

Color convert

RGB205149151-
CMYK00.270.260.20
HSL357.86º35.9%69.41%-
HSV(B)357.86º27.32%80.39%-
XYZ41.5136.7134.18-
YUV165.97119.55155.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=40.59%
G=29.50%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514915100.270.260.20357.8635.969.41
HexCD959701B1A141662445
Octal315225227033322454644105
Binary11001101100101011001011101101111010101001011001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9597; }

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

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

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

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

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

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

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

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