Html Css Color HEX #D29899 Careys Pink

📋 copy color: '#D29899'

red 210 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #D29899

Tints of Careys Pink #D29899

RGB

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

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

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

R = 40.78%
G = 29.51%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D29899 (or 0xD29899) is known color: Careys Pink. HEX triplet: D2, 98 and 99. RGB value is (210,152,153). Sum of RGB (Red+Green+Blue) = 210+152+153=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D29899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29899 is #2D6766. Grayscale: #A9A9A9. Windows color (decimal): -2975591 or 10066130. OLE color: 10066130.

HSL color Cylindrical-coordinate representation of color #D29899: hue angle of 358.97º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29899 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 153 -
CMYK 0 0.28 0.27 0.18
HSL 358.97º 0.39% 0.71% -
HSV(B) 358.97º 0.28% 0.82% -
XYZ 43.56 38.46 35.26 -
YUV 169.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 210 152 153 0 0.28 0.27 0.18 358.97 0.39 0.71
Hex D2 98 99 0 1C 1B 12 167 27 47
Octal 322 230 231 0 34 33 22 547 47 107
Binary 11010010 10011000 10011001 0 11100 11011 10010 101100111 100111 1000111

Color Harmonies of #D29899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29899

Black with #D29899

Text Example


Text Example

White with #D29899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29899; }

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

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

background-color css

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

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

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

border-color css

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

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

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