#CD9091

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

Shades of Careys Pink #CD9091

Tints of Careys Pink #CD9091

Color information

#CD9091 (or 0xCD9091) is unknown color: approx Careys Pink. HEX triplet: CD, 90 and 91. RGB value is (205,144,145). Sum of RGB (Red+Green+Blue) = 205+144+145=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9091 is #326F6E. Grayscale: #A2A2A2. Windows color (decimal): -3305327 or 9539789. OLE color: 9539789.

HSL color Cylindrical-coordinate representation of color #CD9091: hue angle of 359.02º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9091 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205144145-
CMYK00.300.290.20
HSL359.02º37.89%68.43%-
HSV(B)359.02º29.76%80.39%-
XYZ40.2634.9731.42-
YUV162.35118.21158.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=41.50%
G=29.15%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514414500.300.290.20359.0237.8968.43
HexCD909101E1D141672644
Octal315220221036352454746104
Binary11001101100100001001000101111011101101001011001111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9091; }

 p { color: rgb(205,144,145); }

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

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

 a { background-color: rgb(205,144,145); }

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

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

 span { border-color: rgb(205,144,145); }

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