Html Css Color HEX #D599A0 Careys Pink

📋 copy color: '#D599A0'

red 213 ◦ green 153 ◦ blue 160

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

Shades of Careys Pink #D599A0

Tints of Careys Pink #D599A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

 BLUE value IS 160 (62.89% from 255) = 30.42%

R = 40.49%
G = 29.09%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D599A0 (or 0xD599A0) is known color: Careys Pink. HEX triplet: D5, 99 and A0. RGB value is (213,153,160). Sum of RGB (Red+Green+Blue) = 213+153+160=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D599A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D599A0 is #2A665F. Grayscale: #ABABAB. Windows color (decimal): -2778720 or 10525141. OLE color: 10525141.

HSL color Cylindrical-coordinate representation of color #D599A0: hue angle of 353º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599A0 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 160 -
CMYK 0 0.28 0.25 0.16
HSL 353º 0.42% 0.72% -
HSV(B) 353º 0.28% 0.84% -
XYZ 45.18 39.47 38.49 -
YUV 171.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 213 153 160 0 0.28 0.25 0.16 353 0.42 0.72
Hex D5 99 A0 0 1C 19 10 161 2A 48
Octal 325 231 240 0 34 31 20 541 52 110
Binary 11010101 10011001 10100000 0 11100 11001 10000 101100001 101010 1001000

Color Harmonies of #D599A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599A0

Black with #D599A0

Text Example


Text Example

White with #D599A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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