Html Css Color HEX #D59A9B Careys Pink

📋 copy color: '#D59A9B'

red 213 ◦ green 154 ◦ blue 155

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

Shades of Careys Pink #D59A9B

Tints of Careys Pink #D59A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 155 (60.94% from 255) = 29.69%

R = 40.8%
G = 29.5%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D59A9B (or 0xD59A9B) is known color: Careys Pink. HEX triplet: D5, 9A and 9B. RGB value is (213,154,155). Sum of RGB (Red+Green+Blue) = 213+154+155=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A9B is #2A6564. Grayscale: #ABABAB. Windows color (decimal): -2778469 or 10197717. OLE color: 10197717.

HSL color Cylindrical-coordinate representation of color #D59A9B: hue angle of 358.98º degrees, saturation: 0.41, 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 #D59A9B is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 155 -
CMYK 0 0.28 0.27 0.16
HSL 358.98º 0.41% 0.72% -
HSV(B) 358.98º 0.28% 0.84% -
XYZ 44.91 39.62 36.29 -
YUV 171.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 213 154 155 0 0.28 0.27 0.16 358.98 0.41 0.72
Hex D5 9A 9B 0 1C 1B 10 167 29 48
Octal 325 232 233 0 34 33 20 547 51 110
Binary 11010101 10011010 10011011 0 11100 11011 10000 101100111 101001 1001000

Color Harmonies of #D59A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A9B

Black with #D59A9B

Text Example


Text Example

White with #D59A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A9B; }

 p { color: rgb(213,154,155); }

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

background-color css

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

 a { background-color: rgb(213,154,155); }

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

border-color css

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

 span { border-color: rgb(213,154,155); }

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