Html Css Color HEX #D29495 Careys Pink

📋 copy color: '#D29495'

red 210 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #D29495

Tints of Careys Pink #D29495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 41.42%
G = 29.19%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29495 (or 0xD29495) is known color: Careys Pink. HEX triplet: D2, 94 and 95. RGB value is (210,148,149). Sum of RGB (Red+Green+Blue) = 210+148+149=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D29495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29495 is #2D6B6A. Grayscale: #A6A6A6. Windows color (decimal): -2976619 or 9802962. OLE color: 9802962.

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

Color convert

RGB 210 148 149 -
CMYK 0 0.30 0.29 0.18
HSL 359.03º 0.41% 0.7% -
HSV(B) 359.03º 0.3% 0.82% -
XYZ 42.59 37.05 33.34 -
YUV 166.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 210 148 149 0 0.30 0.29 0.18 359.03 0.41 0.7
Hex D2 94 95 0 1E 1D 12 167 29 46
Octal 322 224 225 0 36 35 22 547 51 106
Binary 11010010 10010100 10010101 0 11110 11101 10010 101100111 101001 1000110

Color Harmonies of #D29495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29495

Black with #D29495

Text Example


Text Example

White with #D29495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29495; }

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

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

background-color css

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

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

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

border-color css

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

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

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