Html Css Color HEX #D09AA3 Careys Pink

📋 copy color: '#D09AA3'

red 208 ◦ green 154 ◦ blue 163

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

Shades of Careys Pink #D09AA3

Tints of Careys Pink #D09AA3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.33%

 BLUE value IS 163 (64.06% from 255) = 31.05%

R = 39.62%
G = 29.33%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D09AA3 (or 0xD09AA3) is known color: Careys Pink. HEX triplet: D0, 9A and A3. RGB value is (208,154,163). Sum of RGB (Red+Green+Blue) = 208+154+163=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AA3 is #2F655C. Grayscale: #ABABAB. Windows color (decimal): -3106141 or 10722000. OLE color: 10722000.

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

Color convert

RGB 208 154 163 -
CMYK 0 0.26 0.22 0.18
HSL 350º 0.36% 0.71% -
HSV(B) 350º 0.26% 0.82% -
XYZ 44.18 39.17 39.88 -
YUV 171.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 208 154 163 0 0.26 0.22 0.18 350 0.36 0.71
Hex D0 9A A3 0 1A 16 12 15E 24 47
Octal 320 232 243 0 32 26 22 536 44 107
Binary 11010000 10011010 10100011 0 11010 10110 10010 101011110 100100 1000111

Color Harmonies of #D09AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09AA3

Black with #D09AA3

Text Example


Text Example

White with #D09AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09AA3; }

 p { color: rgb(208,154,163); }

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

background-color css

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

 a { background-color: rgb(208,154,163); }

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

border-color css

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

 span { border-color: rgb(208,154,163); }

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