Html Css Color HEX #D59499 Careys Pink

📋 copy color: '#D59499'

red 213 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #D59499

Tints of Careys Pink #D59499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

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

R = 41.44%
G = 28.79%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D59499 (or 0xD59499) is known color: Careys Pink. HEX triplet: D5, 94 and 99. RGB value is (213,148,153). Sum of RGB (Red+Green+Blue) = 213+148+153=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D59499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59499 is #2A6B66. Grayscale: #A8A8A8. Windows color (decimal): -2780007 or 10065109. OLE color: 10065109.

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

Color convert

RGB 213 148 153 -
CMYK 0 0.31 0.28 0.16
HSL 355.38º 0.44% 0.71% -
HSV(B) 355.38º 0.31% 0.84% -
XYZ 43.78 37.63 35.09 -
YUV 168.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 213 148 153 0 0.31 0.28 0.16 355.38 0.44 0.71
Hex D5 94 99 0 1F 1C 10 163 2C 47
Octal 325 224 231 0 37 34 20 543 54 107
Binary 11010101 10010100 10011001 0 11111 11100 10000 101100011 101100 1000111

Color Harmonies of #D59499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59499

Black with #D59499

Text Example


Text Example

White with #D59499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59499; }

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

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

background-color css

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

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

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

border-color css

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

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

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