Html Css Color HEX #D799A0 Careys Pink

📋 copy color: '#D799A0'

red 215 ◦ green 153 ◦ blue 160

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

Shades of Careys Pink #D799A0

Tints of Careys Pink #D799A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.98%

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

R = 40.72%
G = 28.98%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D799A0 (or 0xD799A0) is known color: Careys Pink. HEX triplet: D7, 99 and A0. RGB value is (215,153,160). Sum of RGB (Red+Green+Blue) = 215+153+160=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D799A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D799A0 is #28665F. Grayscale: #ACACAC. Windows color (decimal): -2647648 or 10525143. OLE color: 10525143.

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

Color convert

RGB 215 153 160 -
CMYK 0 0.29 0.26 0.16
HSL 353.23º 0.44% 0.72% -
HSV(B) 353.23º 0.29% 0.84% -
XYZ 45.76 39.77 38.52 -
YUV 172.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 215 153 160 0 0.29 0.26 0.16 353.23 0.44 0.72
Hex D7 99 A0 0 1D 1A 10 161 2C 48
Octal 327 231 240 0 35 32 20 541 54 110
Binary 11010111 10011001 10100000 0 11101 11010 10000 101100001 101100 1001000

Color Harmonies of #D799A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799A0

Black with #D799A0

Text Example


Text Example

White with #D799A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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