Html Css Color HEX #D798A0 Careys Pink

📋 copy color: '#D798A0'

red 215 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #D798A0

Tints of Careys Pink #D798A0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.84%

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

R = 40.8%
G = 28.84%
B = 30.36%

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

#D798A0 (or 0xD798A0) is known color: Careys Pink. HEX triplet: D7, 98 and A0. RGB value is (215,152,160). Sum of RGB (Red+Green+Blue) = 215+152+160=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D798A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D798A0 is #28675F. Grayscale: #ABABAB. Windows color (decimal): -2647904 or 10524887. OLE color: 10524887.

HSL color Cylindrical-coordinate representation of color #D798A0: hue angle of 352.38º 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 #D798A0 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 160 -
CMYK 0 0.29 0.26 0.16
HSL 352.38º 0.44% 0.72% -
HSV(B) 352.38º 0.29% 0.84% -
XYZ 45.6 39.44 38.47 -
YUV 171.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 215 152 160 0 0.29 0.26 0.16 352.38 0.44 0.72
Hex D7 98 A0 0 1D 1A 10 160 2C 48
Octal 327 230 240 0 35 32 20 540 54 110
Binary 11010111 10011000 10100000 0 11101 11010 10000 101100000 101100 1001000

Color Harmonies of #D798A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798A0

Black with #D798A0

Text Example


Text Example

White with #D798A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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