Html Css Color HEX #DC999B Careys Pink

📋 copy color: '#DC999B'

red 220 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #DC999B

Tints of Careys Pink #DC999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.98%

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 41.67%
G = 28.98%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC999B (or 0xDC999B) is known color: Careys Pink. HEX triplet: DC, 99 and 9B. RGB value is (220,153,155). Sum of RGB (Red+Green+Blue) = 220+153+155=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999B is #236664. Grayscale: #ADADAD. Windows color (decimal): -2319973 or 10197468. OLE color: 10197468.

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

Color convert

RGB 220 153 155 -
CMYK 0 0.30 0.30 0.14
HSL 358.21º 0.49% 0.73% -
HSV(B) 358.21º 0.3% 0.86% -
XYZ 46.82 40.36 36.33 -
YUV 173.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 220 153 155 0 0.30 0.30 0.14 358.21 0.49 0.73
Hex DC 99 9B 0 1E 1E E 166 31 49
Octal 334 231 233 0 36 36 16 546 61 111
Binary 11011100 10011001 10011011 0 11110 11110 1110 101100110 110001 1001001

Color Harmonies of #DC999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC999B

Black with #DC999B

Text Example


Text Example

White with #DC999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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