Html Css Color HEX #DC9CA3 Careys Pink

📋 copy color: '#DC9CA3'

red 220 ◦ green 156 ◦ blue 163

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

Shades of Careys Pink #DC9CA3

Tints of Careys Pink #DC9CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.24%

R = 40.82%
G = 28.94%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC9CA3 (or 0xDC9CA3) is known color: Careys Pink. HEX triplet: DC, 9C and A3. RGB value is (220,156,163). Sum of RGB (Red+Green+Blue) = 220+156+163=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CA3 is #23635C. Grayscale: #AFAFAF. Windows color (decimal): -2319197 or 10722524. OLE color: 10722524.

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

Color convert

RGB 220 156 163 -
CMYK 0 0.29 0.26 0.14
HSL 353.44º 0.48% 0.74% -
HSV(B) 353.44º 0.29% 0.86% -
XYZ 48.01 41.64 40.16 -
YUV 175.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 220 156 163 0 0.29 0.26 0.14 353.44 0.48 0.74
Hex DC 9C A3 0 1D 1A E 161 30 4A
Octal 334 234 243 0 35 32 16 541 60 112
Binary 11011100 10011100 10100011 0 11101 11010 1110 101100001 110000 1001010

Color Harmonies of #DC9CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CA3

Black with #DC9CA3

Text Example


Text Example

White with #DC9CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CA3; }

 p { color: rgb(220,156,163); }

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

background-color css

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

 a { background-color: rgb(220,156,163); }

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

border-color css

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

 span { border-color: rgb(220,156,163); }

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