Html Css Color HEX #D79AA0 Careys Pink

📋 copy color: '#D79AA0'

red 215 ◦ green 154 ◦ blue 160

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

Shades of Careys Pink #D79AA0

Tints of Careys Pink #D79AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

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

R = 40.64%
G = 29.11%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D79AA0 (or 0xD79AA0) is known color: Careys Pink. HEX triplet: D7, 9A and A0. RGB value is (215,154,160). Sum of RGB (Red+Green+Blue) = 215+154+160=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D79AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79AA0 is #28655F. Grayscale: #ACACAC. Windows color (decimal): -2647392 or 10525399. OLE color: 10525399.

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

Color convert

RGB 215 154 160 -
CMYK 0 0.28 0.26 0.16
HSL 354.1º 0.43% 0.72% -
HSV(B) 354.1º 0.28% 0.84% -
XYZ 45.93 40.1 38.58 -
YUV 172.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 215 154 160 0 0.28 0.26 0.16 354.1 0.43 0.72
Hex D7 9A A0 0 1C 1A 10 162 2B 48
Octal 327 232 240 0 34 32 20 542 53 110
Binary 11010111 10011010 10100000 0 11100 11010 10000 101100010 101011 1001000

Color Harmonies of #D79AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79AA0

Black with #D79AA0

Text Example


Text Example

White with #D79AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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