Html Css Color HEX #D59599 Careys Pink

📋 copy color: '#D59599'

red 213 ◦ green 149 ◦ blue 153

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

Shades of Careys Pink #D59599

Tints of Careys Pink #D59599

RGB

 RED value IS 213 (83.59% from 255) = 41.36%

 GREEN value IS 149 (58.59% from 255) = 28.93%

 BLUE value IS 153 (60.16% from 255) = 29.71%

R = 41.36%
G = 28.93%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D59599 (or 0xD59599) is known color: Careys Pink. HEX triplet: D5, 95 and 99. RGB value is (213,149,153). Sum of RGB (Red+Green+Blue) = 213+149+153=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D59599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59599 is #2A6A66. Grayscale: #A8A8A8. Windows color (decimal): -2779751 or 10065365. OLE color: 10065365.

HSL color Cylindrical-coordinate representation of color #D59599: hue angle of 356.25º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59599 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 153 -
CMYK 0 0.30 0.28 0.16
HSL 356.25º 0.43% 0.71% -
HSV(B) 356.25º 0.3% 0.84% -
XYZ 43.94 37.94 35.14 -
YUV 168.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 213 149 153 0 0.30 0.28 0.16 356.25 0.43 0.71
Hex D5 95 99 0 1E 1C 10 164 2B 47
Octal 325 225 231 0 36 34 20 544 53 107
Binary 11010101 10010101 10011001 0 11110 11100 10000 101100100 101011 1000111

Color Harmonies of #D59599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59599

Black with #D59599

Text Example


Text Example

White with #D59599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59599; }

 p { color: rgb(213,149,153); }

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

background-color css

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

 a { background-color: rgb(213,149,153); }

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

border-color css

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

 span { border-color: rgb(213,149,153); }

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