Html Css Color HEX #D099A7 Careys Pink

📋 copy color: '#D099A7'

red 208 ◦ green 153 ◦ blue 167

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

Shades of Careys Pink #D099A7

Tints of Careys Pink #D099A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.63%

R = 39.39%
G = 28.98%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D099A7 (or 0xD099A7) is known color: Careys Pink. HEX triplet: D0, 99 and A7. RGB value is (208,153,167). Sum of RGB (Red+Green+Blue) = 208+153+167=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D099A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D099A7 is #2F6658. Grayscale: #ABABAB. Windows color (decimal): -3106393 or 10983888. OLE color: 10983888.

HSL color Cylindrical-coordinate representation of color #D099A7: hue angle of 344.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099A7 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 167 -
CMYK 0 0.26 0.20 0.18
HSL 344.73º 0.37% 0.71% -
HSV(B) 344.73º 0.26% 0.82% -
XYZ 44.38 38.98 41.74 -
YUV 171.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 208 153 167 0 0.26 0.20 0.18 344.73 0.37 0.71
Hex D0 99 A7 0 1A 14 12 159 25 47
Octal 320 231 247 0 32 24 22 531 45 107
Binary 11010000 10011001 10100111 0 11010 10100 10010 101011001 100101 1000111

Color Harmonies of #D099A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099A7

Black with #D099A7

Text Example


Text Example

White with #D099A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099A7; }

 p { color: rgb(208,153,167); }

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

background-color css

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

 a { background-color: rgb(208,153,167); }

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

border-color css

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

 span { border-color: rgb(208,153,167); }

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