Html Css Color HEX #D29499 Careys Pink

📋 copy color: '#D29499'

red 210 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #D29499

Tints of Careys Pink #D29499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 41.1%
G = 28.96%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D29499 (or 0xD29499) is known color: Careys Pink. HEX triplet: D2, 94 and 99. RGB value is (210,148,153). Sum of RGB (Red+Green+Blue) = 210+148+153=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29499 is #2D6B66. Grayscale: #A7A7A7. Windows color (decimal): -2976615 or 10065106. OLE color: 10065106.

HSL color Cylindrical-coordinate representation of color #D29499: hue angle of 355.16º 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 #D29499 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 153 -
CMYK 0 0.30 0.27 0.18
HSL 355.16º 0.41% 0.7% -
HSV(B) 355.16º 0.3% 0.82% -
XYZ 42.92 37.18 35.05 -
YUV 167.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 210 148 153 0 0.30 0.27 0.18 355.16 0.41 0.7
Hex D2 94 99 0 1E 1B 12 163 29 46
Octal 322 224 231 0 36 33 22 543 51 106
Binary 11010010 10010100 10011001 0 11110 11011 10010 101100011 101001 1000110

Color Harmonies of #D29499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29499

Black with #D29499

Text Example


Text Example

White with #D29499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29499; }

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

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

background-color css

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

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

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

border-color css

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

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

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