Html Css Color HEX #D39CA5 Careys Pink

📋 copy color: '#D39CA5'

red 211 ◦ green 156 ◦ blue 165

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

Shades of Careys Pink #D39CA5

Tints of Careys Pink #D39CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 39.66%
G = 29.32%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D39CA5 (or 0xD39CA5) is known color: Careys Pink. HEX triplet: D3, 9C and A5. RGB value is (211,156,165). Sum of RGB (Red+Green+Blue) = 211+156+165=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D39CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39CA5 is #2C635A. Grayscale: #ADADAD. Windows color (decimal): -2909019 or 10853587. OLE color: 10853587.

HSL color Cylindrical-coordinate representation of color #D39CA5: hue angle of 350.18º 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 #D39CA5 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 156 165 -
CMYK 0 0.26 0.22 0.17
HSL 350.18º 0.38% 0.72% -
HSV(B) 350.18º 0.26% 0.83% -
XYZ 45.54 40.34 40.98 -
YUV 173.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 211 156 165 0 0.26 0.22 0.17 350.18 0.38 0.72
Hex D3 9C A5 0 1A 16 11 15E 26 48
Octal 323 234 245 0 32 26 21 536 46 110
Binary 11010011 10011100 10100101 0 11010 10110 10001 101011110 100110 1001000

Color Harmonies of #D39CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CA5

Black with #D39CA5

Text Example


Text Example

White with #D39CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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