Html Css Color HEX #D09395 Careys Pink

📋 copy color: '#D09395'

red 208 ◦ green 147 ◦ blue 149

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

Shades of Careys Pink #D09395

Tints of Careys Pink #D09395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 41.27%
G = 29.17%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D09395 (or 0xD09395) is known color: Careys Pink. HEX triplet: D0, 93 and 95. RGB value is (208,147,149). Sum of RGB (Red+Green+Blue) = 208+147+149=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D09395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09395 is #2F6C6A. Grayscale: #A5A5A5. Windows color (decimal): -3107947 or 9802704. OLE color: 9802704.

HSL color Cylindrical-coordinate representation of color #D09395: hue angle of 358.03º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09395 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 149 -
CMYK 0 0.29 0.28 0.18
HSL 358.03º 0.39% 0.7% -
HSV(B) 358.03º 0.29% 0.82% -
XYZ 41.87 36.45 33.26 -
YUV 165.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 208 147 149 0 0.29 0.28 0.18 358.03 0.39 0.7
Hex D0 93 95 0 1D 1C 12 166 27 46
Octal 320 223 225 0 35 34 22 546 47 106
Binary 11010000 10010011 10010101 0 11101 11100 10010 101100110 100111 1000110

Color Harmonies of #D09395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09395

Black with #D09395

Text Example


Text Example

White with #D09395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09395; }

 p { color: rgb(208,147,149); }

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

background-color css

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

 a { background-color: rgb(208,147,149); }

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

border-color css

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

 span { border-color: rgb(208,147,149); }

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