Html Css Color HEX #D39495 Careys Pink

📋 copy color: '#D39495'

red 211 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #D39495

Tints of Careys Pink #D39495

RGB

 RED value IS 211 (82.81% from 255) = 41.54%

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 41.54%
G = 29.13%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D39495 (or 0xD39495) is known color: Careys Pink. HEX triplet: D3, 94 and 95. RGB value is (211,148,149). Sum of RGB (Red+Green+Blue) = 211+148+149=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D39495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39495 is #2C6B6A. Grayscale: #A7A7A7. Windows color (decimal): -2911083 or 9802963. OLE color: 9802963.

HSL color Cylindrical-coordinate representation of color #D39495: hue angle of 359.05º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39495 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 149 -
CMYK 0 0.30 0.29 0.17
HSL 359.05º 0.42% 0.7% -
HSV(B) 359.05º 0.3% 0.83% -
XYZ 42.88 37.2 33.35 -
YUV 166.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 211 148 149 0 0.30 0.29 0.17 359.05 0.42 0.7
Hex D3 94 95 0 1E 1D 11 167 2A 46
Octal 323 224 225 0 36 35 21 547 52 106
Binary 11010011 10010100 10010101 0 11110 11101 10001 101100111 101010 1000110

Color Harmonies of #D39495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39495

Black with #D39495

Text Example


Text Example

White with #D39495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39495; }

 p { color: rgb(211,148,149); }

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

background-color css

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

 a { background-color: rgb(211,148,149); }

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

border-color css

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

 span { border-color: rgb(211,148,149); }

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