Html Css Color HEX #DC9B9F Careys Pink

📋 copy color: '#DC9B9F'

red 220 ◦ green 155 ◦ blue 159

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

Shades of Careys Pink #DC9B9F

Tints of Careys Pink #DC9B9F

RGB

 RED value IS 220 (86.33% from 255) = 41.2%

 GREEN value IS 155 (60.94% from 255) = 29.03%

 BLUE value IS 159 (62.5% from 255) = 29.78%

R = 41.2%
G = 29.03%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC9B9F (or 0xDC9B9F) is known color: Careys Pink. HEX triplet: DC, 9B and 9F. RGB value is (220,155,159). Sum of RGB (Red+Green+Blue) = 220+155+159=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B9F is #236460. Grayscale: #AEAEAE. Windows color (decimal): -2319457 or 10460124. OLE color: 10460124.

HSL color Cylindrical-coordinate representation of color #DC9B9F: hue angle of 356.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9B9F is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 159 -
CMYK 0 0.30 0.28 0.14
HSL 356.31º 0.48% 0.74% -
HSV(B) 356.31º 0.3% 0.86% -
XYZ 47.49 41.16 38.24 -
YUV 174.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 220 155 159 0 0.30 0.28 0.14 356.31 0.48 0.74
Hex DC 9B 9F 0 1E 1C E 164 30 4A
Octal 334 233 237 0 36 34 16 544 60 112
Binary 11011100 10011011 10011111 0 11110 11100 1110 101100100 110000 1001010

Color Harmonies of #DC9B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B9F

Black with #DC9B9F

Text Example


Text Example

White with #DC9B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B9F; }

 p { color: rgb(220,155,159); }

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

background-color css

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

 a { background-color: rgb(220,155,159); }

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

border-color css

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

 span { border-color: rgb(220,155,159); }

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