Html Css Color HEX #D795A0 Careys Pink

📋 copy color: '#D795A0'

red 215 ◦ green 149 ◦ blue 160

#D795A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D795A0

Tints of Careys Pink #D795A0

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

 GREEN value IS 149 (58.59% from 255) = 28.44%

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 41.03%
G = 28.44%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D795A0 (or 0xD795A0) is known color: Careys Pink. HEX triplet: D7, 95 and A0. RGB value is (215,149,160). Sum of RGB (Red+Green+Blue) = 215+149+160=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D795A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D795A0 is #286A5F. Grayscale: #AAAAAA. Windows color (decimal): -2648672 or 10524119. OLE color: 10524119.

HSL color Cylindrical-coordinate representation of color #D795A0: hue angle of 350º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795A0 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 160 -
CMYK 0 0.31 0.26 0.16
HSL 350º 0.45% 0.71% -
HSV(B) 350º 0.31% 0.84% -
XYZ 45.12 38.48 38.31 -
YUV 169.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 215 149 160 0 0.31 0.26 0.16 350 0.45 0.71
Hex D7 95 A0 0 1F 1A 10 15E 2D 47
Octal 327 225 240 0 37 32 20 536 55 107
Binary 11010111 10010101 10100000 0 11111 11010 10000 101011110 101101 1000111

Color Harmonies of #D795A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795A0

Black with #D795A0

Text Example


Text Example

White with #D795A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795A0; }

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

 H1.HeaderClassName
 {
   color: #D795A0;
 }
 .AnyTagClassName
 {
   color: #D795A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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