Html Css Color HEX #DE9CA0 Careys Pink

📋 copy color: '#DE9CA0'

red 222 ◦ green 156 ◦ blue 160

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

Shades of Careys Pink #DE9CA0

Tints of Careys Pink #DE9CA0

RGB

 RED value IS 222 (87.11% from 255) = 41.26%

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

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 41.26%
G = 29%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE9CA0 (or 0xDE9CA0) is known color: Careys Pink. HEX triplet: DE, 9C and A0. RGB value is (222,156,160). Sum of RGB (Red+Green+Blue) = 222+156+160=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CA0 is #21635F. Grayscale: #B0B0B0. Windows color (decimal): -2188128 or 10525918. OLE color: 10525918.

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

Color convert

RGB 222 156 160 -
CMYK 0 0.30 0.28 0.13
HSL 356.36º 0.5% 0.74% -
HSV(B) 356.36º 0.3% 0.87% -
XYZ 48.36 41.84 38.79 -
YUV 176.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 222 156 160 0 0.30 0.28 0.13 356.36 0.5 0.74
Hex DE 9C A0 0 1E 1C D 164 32 4A
Octal 336 234 240 0 36 34 15 544 62 112
Binary 11011110 10011100 10100000 0 11110 11100 1101 101100100 110010 1001010

Color Harmonies of #DE9CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9CA0

Black with #DE9CA0

Text Example


Text Example

White with #DE9CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9CA0; }

 p { color: rgb(222,156,160); }

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

background-color css

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

 a { background-color: rgb(222,156,160); }

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

border-color css

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

 span { border-color: rgb(222,156,160); }

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