Html Css Color HEX #D898A0 Careys Pink

📋 copy color: '#D898A0'

red 216 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #D898A0

Tints of Careys Pink #D898A0

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

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

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

R = 40.91%
G = 28.79%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D898A0 (or 0xD898A0) is known color: Careys Pink. HEX triplet: D8, 98 and A0. RGB value is (216,152,160). Sum of RGB (Red+Green+Blue) = 216+152+160=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D898A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898A0 is #27675F. Grayscale: #ACACAC. Windows color (decimal): -2582368 or 10524888. OLE color: 10524888.

HSL color Cylindrical-coordinate representation of color #D898A0: hue angle of 352.5º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898A0 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 160 -
CMYK 0 0.30 0.26 0.15
HSL 352.5º 0.45% 0.72% -
HSV(B) 352.5º 0.3% 0.85% -
XYZ 45.89 39.59 38.48 -
YUV 172.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 216 152 160 0 0.30 0.26 0.15 352.5 0.45 0.72
Hex D8 98 A0 0 1E 1A F 160 2D 48
Octal 330 230 240 0 36 32 17 540 55 110
Binary 11011000 10011000 10100000 0 11110 11010 1111 101100000 101101 1001000

Color Harmonies of #D898A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D898A0

Black with #D898A0

Text Example


Text Example

White with #D898A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D898A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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