Html Css Color HEX #D59496 Careys Pink

📋 copy color: '#D59496'

red 213 ◦ green 148 ◦ blue 150

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

Shades of Careys Pink #D59496

Tints of Careys Pink #D59496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.35%

R = 41.68%
G = 28.96%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D59496 (or 0xD59496) is known color: Careys Pink. HEX triplet: D5, 94 and 96. RGB value is (213,148,150). Sum of RGB (Red+Green+Blue) = 213+148+150=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59496 is #2A6B69. Grayscale: #A7A7A7. Windows color (decimal): -2780010 or 9868501. OLE color: 9868501.

HSL color Cylindrical-coordinate representation of color #D59496: hue angle of 358.15º 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 #D59496 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 150 -
CMYK 0 0.31 0.30 0.16
HSL 358.15º 0.44% 0.71% -
HSV(B) 358.15º 0.31% 0.84% -
XYZ 43.54 37.53 33.8 -
YUV 167.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 213 148 150 0 0.31 0.30 0.16 358.15 0.44 0.71
Hex D5 94 96 0 1F 1E 10 166 2C 47
Octal 325 224 226 0 37 36 20 546 54 107
Binary 11010101 10010100 10010110 0 11111 11110 10000 101100110 101100 1000111

Color Harmonies of #D59496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59496

Black with #D59496

Text Example


Text Example

White with #D59496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59496; }

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

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

background-color css

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

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

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

border-color css

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

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

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