Html Css Color HEX #D59C9D Careys Pink

📋 copy color: '#D59C9D'

red 213 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #D59C9D

Tints of Careys Pink #D59C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.66%

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 40.49%
G = 29.66%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D59C9D (or 0xD59C9D) is known color: Careys Pink. HEX triplet: D5, 9C and 9D. RGB value is (213,156,157). Sum of RGB (Red+Green+Blue) = 213+156+157=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C9D is #2A6362. Grayscale: #ADADAD. Windows color (decimal): -2777955 or 10329301. OLE color: 10329301.

HSL color Cylindrical-coordinate representation of color #D59C9D: hue angle of 358.95º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59C9D is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 157 -
CMYK 0 0.27 0.26 0.16
HSL 358.95º 0.4% 0.72% -
HSV(B) 358.95º 0.27% 0.84% -
XYZ 45.41 40.36 37.29 -
YUV 173.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 213 156 157 0 0.27 0.26 0.16 358.95 0.4 0.72
Hex D5 9C 9D 0 1B 1A 10 167 28 48
Octal 325 234 235 0 33 32 20 547 50 110
Binary 11010101 10011100 10011101 0 11011 11010 10000 101100111 101000 1001000

Color Harmonies of #D59C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C9D

Black with #D59C9D

Text Example


Text Example

White with #D59C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C9D; }

 p { color: rgb(213,156,157); }

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

background-color css

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

 a { background-color: rgb(213,156,157); }

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

border-color css

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

 span { border-color: rgb(213,156,157); }

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