Html Css Color HEX #D099A6 Careys Pink

📋 copy color: '#D099A6'

red 208 ◦ green 153 ◦ blue 166

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

Shades of Careys Pink #D099A6

Tints of Careys Pink #D099A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 39.47%
G = 29.03%
B = 31.5%

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

#D099A6 (or 0xD099A6) is known color: Careys Pink. HEX triplet: D0, 99 and A6. RGB value is (208,153,166). Sum of RGB (Red+Green+Blue) = 208+153+166=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D099A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D099A6 is #2F6659. Grayscale: #AAAAAA. Windows color (decimal): -3106394 or 10918352. OLE color: 10918352.

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

Color convert

RGB 208 153 166 -
CMYK 0 0.26 0.20 0.18
HSL 345.82º 0.37% 0.71% -
HSV(B) 345.82º 0.26% 0.82% -
XYZ 44.29 38.95 41.26 -
YUV 170.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 208 153 166 0 0.26 0.20 0.18 345.82 0.37 0.71
Hex D0 99 A6 0 1A 14 12 15A 25 47
Octal 320 231 246 0 32 24 22 532 45 107
Binary 11010000 10011001 10100110 0 11010 10100 10010 101011010 100101 1000111

Color Harmonies of #D099A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099A6

Black with #D099A6

Text Example


Text Example

White with #D099A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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