Html Css Color HEX #D09DA0 Careys Pink

📋 copy color: '#D09DA0'

red 208 ◦ green 157 ◦ blue 160

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

Shades of Careys Pink #D09DA0

Tints of Careys Pink #D09DA0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 39.62%
G = 29.9%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D09DA0 (or 0xD09DA0) is known color: Careys Pink. HEX triplet: D0, 9D and A0. RGB value is (208,157,160). Sum of RGB (Red+Green+Blue) = 208+157+160=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D09DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09DA0 is #2F625F. Grayscale: #ACACAC. Windows color (decimal): -3105376 or 10526160. OLE color: 10526160.

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

Color convert

RGB 208 157 160 -
CMYK 0 0.25 0.23 0.18
HSL 356.47º 0.35% 0.72% -
HSV(B) 356.47º 0.25% 0.82% -
XYZ 44.41 40.06 38.65 -
YUV 172.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 208 157 160 0 0.25 0.23 0.18 356.47 0.35 0.72
Hex D0 9D A0 0 19 17 12 164 23 48
Octal 320 235 240 0 31 27 22 544 43 110
Binary 11010000 10011101 10100000 0 11001 10111 10010 101100100 100011 1001000

Color Harmonies of #D09DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09DA0

Black with #D09DA0

Text Example


Text Example

White with #D09DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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