Html Css Color HEX #D09197 Careys Pink

📋 copy color: '#D09197'

red 208 ◦ green 145 ◦ blue 151

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

Shades of Careys Pink #D09197

Tints of Careys Pink #D09197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.77%

 BLUE value IS 151 (59.38% from 255) = 29.96%

R = 41.27%
G = 28.77%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09197 (or 0xD09197) is known color: Careys Pink. HEX triplet: D0, 91 and 97. RGB value is (208,145,151). Sum of RGB (Red+Green+Blue) = 208+145+151=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D09197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09197 is #2F6E68. Grayscale: #A4A4A4. Windows color (decimal): -3108457 or 9933264. OLE color: 9933264.

HSL color Cylindrical-coordinate representation of color #D09197: hue angle of 354.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09197 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 151 -
CMYK 0 0.30 0.27 0.18
HSL 354.29º 0.4% 0.69% -
HSV(B) 354.29º 0.3% 0.82% -
XYZ 41.72 35.9 34.01 -
YUV 164.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 208 145 151 0 0.30 0.27 0.18 354.29 0.4 0.69
Hex D0 91 97 0 1E 1B 12 162 28 45
Octal 320 221 227 0 36 33 22 542 50 105
Binary 11010000 10010001 10010111 0 11110 11011 10010 101100010 101000 1000101

Color Harmonies of #D09197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09197

Black with #D09197

Text Example


Text Example

White with #D09197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09197; }

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

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

background-color css

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

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

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

border-color css

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

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

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