Html Css Color HEX #D4989C Careys Pink

📋 copy color: '#D4989C'

red 212 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #D4989C

Tints of Careys Pink #D4989C

RGB

 RED value IS 212 (83.2% from 255) = 40.77%

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

 BLUE value IS 156 (61.33% from 255) = 30%

R = 40.77%
G = 29.23%
B = 30%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4989C (or 0xD4989C) is known color: Careys Pink. HEX triplet: D4, 98 and 9C. RGB value is (212,152,156). Sum of RGB (Red+Green+Blue) = 212+152+156=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4989C is #2B6763. Grayscale: #AAAAAA. Windows color (decimal): -2844516 or 10262740. OLE color: 10262740.

HSL color Cylindrical-coordinate representation of color #D4989C: hue angle of 356º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4989C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 156 -
CMYK 0 0.28 0.26 0.17
HSL 356º 0.41% 0.71% -
HSV(B) 356º 0.28% 0.83% -
XYZ 44.38 38.85 36.61 -
YUV 170.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 212 152 156 0 0.28 0.26 0.17 356 0.41 0.71
Hex D4 98 9C 0 1C 1A 11 164 29 47
Octal 324 230 234 0 34 32 21 544 51 107
Binary 11010100 10011000 10011100 0 11100 11010 10001 101100100 101001 1000111

Color Harmonies of #D4989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4989C

Black with #D4989C

Text Example


Text Example

White with #D4989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4989C; }

 p { color: rgb(212,152,156); }

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

background-color css

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

 a { background-color: rgb(212,152,156); }

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

border-color css

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

 span { border-color: rgb(212,152,156); }

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