Html Css Color HEX #D59699 Careys Pink

📋 copy color: '#D59699'

red 213 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #D59699

Tints of Careys Pink #D59699

RGB

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

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

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

R = 41.28%
G = 29.07%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D59699 (or 0xD59699) is known color: Careys Pink. HEX triplet: D5, 96 and 99. RGB value is (213,150,153). Sum of RGB (Red+Green+Blue) = 213+150+153=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D59699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59699 is #2A6966. Grayscale: #A9A9A9. Windows color (decimal): -2779495 or 10065621. OLE color: 10065621.

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

Color convert

RGB 213 150 153 -
CMYK 0 0.30 0.28 0.16
HSL 357.14º 0.43% 0.71% -
HSV(B) 357.14º 0.3% 0.84% -
XYZ 44.1 38.26 35.2 -
YUV 169.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 213 150 153 0 0.30 0.28 0.16 357.14 0.43 0.71
Hex D5 96 99 0 1E 1C 10 165 2B 47
Octal 325 226 231 0 36 34 20 545 53 107
Binary 11010101 10010110 10011001 0 11110 11100 10000 101100101 101011 1000111

Color Harmonies of #D59699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59699

Black with #D59699

Text Example


Text Example

White with #D59699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59699; }

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

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

background-color css

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

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

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

border-color css

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

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

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