#D195A0

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

Shades of Careys Pink #D195A0

Tints of Careys Pink #D195A0

Color information

#D195A0 (or 0xD195A0) is unknown color: approx Careys Pink. HEX triplet: D1, 95 and A0. RGB value is (209,149,160). Sum of RGB (Red+Green+Blue) = 209+149+160=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D195A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195A0 is #2E6A5F. Grayscale: #A8A8A8. Windows color (decimal): -3041888 or 10524113. OLE color: 10524113.

HSL color Cylindrical-coordinate representation of color #D195A0: hue angle of 349º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D195A0 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB209149160-
CMYK00.290.230.18
HSL349º39.47%70.2%-
HSV(B)349º28.71%81.96%-
XYZ43.3937.5938.23-
YUV168.19123.38157.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=40.35%
G=28.76%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914916000.290.230.1834939.4770.2
HexD195A001D171215d2746
Octal321225240035272253547106
Binary11010001100101011010000001110110111100101010111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D195A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D195A0; }

 p { color: rgb(209,149,160); }

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

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

 a { background-color: rgb(209,149,160); }

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

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

 span { border-color: rgb(209,149,160); }

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