Html Css Color HEX #DC98A1 Careys Pink

📋 copy color: '#DC98A1'

red 220 ◦ green 152 ◦ blue 161

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

Shades of Careys Pink #DC98A1

Tints of Careys Pink #DC98A1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.52%

 BLUE value IS 161 (63.28% from 255) = 30.21%

R = 41.28%
G = 28.52%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC98A1 (or 0xDC98A1) is known color: Careys Pink. HEX triplet: DC, 98 and A1. RGB value is (220,152,161). Sum of RGB (Red+Green+Blue) = 220+152+161=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC98A1 is #23675E. Grayscale: #ADADAD. Windows color (decimal): -2320223 or 10590428. OLE color: 10590428.

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

Color convert

RGB 220 152 161 -
CMYK 0 0.31 0.27 0.14
HSL 352.06º 0.49% 0.73% -
HSV(B) 352.06º 0.31% 0.86% -
XYZ 47.18 40.25 39 -
YUV 173.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 220 152 161 0 0.31 0.27 0.14 352.06 0.49 0.73
Hex DC 98 A1 0 1F 1B E 160 31 49
Octal 334 230 241 0 37 33 16 540 61 111
Binary 11011100 10011000 10100001 0 11111 11011 1110 101100000 110001 1001001

Color Harmonies of #DC98A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98A1

Black with #DC98A1

Text Example


Text Example

White with #DC98A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98A1; }

 p { color: rgb(220,152,161); }

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

background-color css

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

 a { background-color: rgb(220,152,161); }

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

border-color css

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

 span { border-color: rgb(220,152,161); }

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