Html Css Color HEX #D59698 Careys Pink

📋 copy color: '#D59698'

red 213 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #D59698

Tints of Careys Pink #D59698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 41.36%
G = 29.13%
B = 29.51%

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

#D59698 (or 0xD59698) is known color: Careys Pink. HEX triplet: D5, 96 and 98. RGB value is (213,150,152). Sum of RGB (Red+Green+Blue) = 213+150+152=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D59698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59698 is #2A6967. Grayscale: #A9A9A9. Windows color (decimal): -2779496 or 10000085. OLE color: 10000085.

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

Color convert

RGB 213 150 152 -
CMYK 0 0.30 0.29 0.16
HSL 358.1º 0.43% 0.71% -
HSV(B) 358.1º 0.3% 0.84% -
XYZ 44.01 38.23 34.76 -
YUV 169.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 213 150 152 0 0.30 0.29 0.16 358.1 0.43 0.71
Hex D5 96 98 0 1E 1D 10 166 2B 47
Octal 325 226 230 0 36 35 20 546 53 107
Binary 11010101 10010110 10011000 0 11110 11101 10000 101100110 101011 1000111

Color Harmonies of #D59698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59698

Black with #D59698

Text Example


Text Example

White with #D59698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59698; }

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

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

background-color css

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

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

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

border-color css

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

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

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