Html Css Color HEX #D097A0 Careys Pink

📋 copy color: '#D097A0'

red 208 ◦ green 151 ◦ blue 160

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

Shades of Careys Pink #D097A0

Tints of Careys Pink #D097A0

RGB

 RED value IS 208 (81.64% from 255) = 40.08%

 GREEN value IS 151 (59.38% from 255) = 29.09%

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

R = 40.08%
G = 29.09%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D097A0 (or 0xD097A0) is known color: Careys Pink. HEX triplet: D0, 97 and A0. RGB value is (208,151,160). Sum of RGB (Red+Green+Blue) = 208+151+160=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D097A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D097A0 is #2F685F. Grayscale: #A9A9A9. Windows color (decimal): -3106912 or 10524624. OLE color: 10524624.

HSL color Cylindrical-coordinate representation of color #D097A0: hue angle of 350.53º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097A0 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 151 160 -
CMYK 0 0.27 0.23 0.18
HSL 350.53º 0.38% 0.7% -
HSV(B) 350.53º 0.27% 0.82% -
XYZ 43.42 38.08 38.32 -
YUV 169.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 208 151 160 0 0.27 0.23 0.18 350.53 0.38 0.7
Hex D0 97 A0 0 1B 17 12 15F 26 46
Octal 320 227 240 0 33 27 22 537 46 106
Binary 11010000 10010111 10100000 0 11011 10111 10010 101011111 100110 1000110

Color Harmonies of #D097A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097A0

Black with #D097A0

Text Example


Text Example

White with #D097A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097A0; }

 p { color: rgb(208,151,160); }

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

background-color css

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

 a { background-color: rgb(208,151,160); }

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

border-color css

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

 span { border-color: rgb(208,151,160); }

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