Html Css Color HEX #D59697 Careys Pink

📋 copy color: '#D59697'

red 213 ◦ green 150 ◦ blue 151

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

Shades of Careys Pink #D59697

Tints of Careys Pink #D59697

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

 BLUE value IS 151 (59.38% from 255) = 29.38%

R = 41.44%
G = 29.18%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D59697 (or 0xD59697) is known color: Careys Pink. HEX triplet: D5, 96 and 97. RGB value is (213,150,151). Sum of RGB (Red+Green+Blue) = 213+150+151=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D59697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59697 is #2A6968. Grayscale: #A9A9A9. Windows color (decimal): -2779497 or 9934549. OLE color: 9934549.

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

Color convert

RGB 213 150 151 -
CMYK 0 0.30 0.29 0.16
HSL 359.05º 0.43% 0.71% -
HSV(B) 359.05º 0.3% 0.84% -
XYZ 43.93 38.19 34.33 -
YUV 168.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 213 150 151 0 0.30 0.29 0.16 359.05 0.43 0.71
Hex D5 96 97 0 1E 1D 10 167 2B 47
Octal 325 226 227 0 36 35 20 547 53 107
Binary 11010101 10010110 10010111 0 11110 11101 10000 101100111 101011 1000111

Color Harmonies of #D59697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59697

Black with #D59697

Text Example


Text Example

White with #D59697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59697; }

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

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

background-color css

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

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

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

border-color css

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

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

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