Html Css Color HEX #D39CA9 Careys Pink

📋 copy color: '#D39CA9'

red 211 ◦ green 156 ◦ blue 169

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

Shades of Careys Pink #D39CA9

Tints of Careys Pink #D39CA9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.1%

 BLUE value IS 169 (66.41% from 255) = 31.53%

R = 39.37%
G = 29.1%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D39CA9 (or 0xD39CA9) is known color: Careys Pink. HEX triplet: D3, 9C and A9. RGB value is (211,156,169). Sum of RGB (Red+Green+Blue) = 211+156+169=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39CA9 is #2C6356. Grayscale: #ADADAD. Windows color (decimal): -2909015 or 11115731. OLE color: 11115731.

HSL color Cylindrical-coordinate representation of color #D39CA9: hue angle of 345.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39CA9 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 169 -
CMYK 0 0.26 0.20 0.17
HSL 345.82º 0.38% 0.72% -
HSV(B) 345.82º 0.26% 0.83% -
XYZ 45.91 40.49 42.93 -
YUV 173.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 211 156 169 0 0.26 0.20 0.17 345.82 0.38 0.72
Hex D3 9C A9 0 1A 14 11 15A 26 48
Octal 323 234 251 0 32 24 21 532 46 110
Binary 11010011 10011100 10101001 0 11010 10100 10001 101011010 100110 1001000

Color Harmonies of #D39CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CA9

Black with #D39CA9

Text Example


Text Example

White with #D39CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CA9; }

 p { color: rgb(211,156,169); }

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

background-color css

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

 a { background-color: rgb(211,156,169); }

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

border-color css

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

 span { border-color: rgb(211,156,169); }

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