Html Css Color HEX #D29498 Careys Pink

📋 copy color: '#D29498'

red 210 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #D29498

Tints of Careys Pink #D29498

RGB

 RED value IS 210 (82.42% from 255) = 41.18%

 GREEN value IS 148 (58.2% from 255) = 29.02%

 BLUE value IS 152 (59.77% from 255) = 29.8%

R = 41.18%
G = 29.02%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29498 (or 0xD29498) is known color: Careys Pink. HEX triplet: D2, 94 and 98. RGB value is (210,148,152). Sum of RGB (Red+Green+Blue) = 210+148+152=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D29498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29498 is #2D6B67. Grayscale: #A7A7A7. Windows color (decimal): -2976616 or 9999570. OLE color: 9999570.

HSL color Cylindrical-coordinate representation of color #D29498: hue angle of 356.13º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29498 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 152 -
CMYK 0 0.30 0.28 0.18
HSL 356.13º 0.41% 0.7% -
HSV(B) 356.13º 0.3% 0.82% -
XYZ 42.84 37.15 34.62 -
YUV 166.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 210 148 152 0 0.30 0.28 0.18 356.13 0.41 0.7
Hex D2 94 98 0 1E 1C 12 164 29 46
Octal 322 224 230 0 36 34 22 544 51 106
Binary 11010010 10010100 10011000 0 11110 11100 10010 101100100 101001 1000110

Color Harmonies of #D29498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29498

Black with #D29498

Text Example


Text Example

White with #D29498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29498; }

 p { color: rgb(210,148,152); }

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

background-color css

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

 a { background-color: rgb(210,148,152); }

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

border-color css

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

 span { border-color: rgb(210,148,152); }

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