Html Css Color HEX #D29195 Careys Pink

📋 copy color: '#D29195'

red 210 ◦ green 145 ◦ blue 149

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

Shades of Careys Pink #D29195

Tints of Careys Pink #D29195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.77%

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

R = 41.67%
G = 28.77%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29195 (or 0xD29195) is known color: Careys Pink. HEX triplet: D2, 91 and 95. RGB value is (210,145,149). Sum of RGB (Red+Green+Blue) = 210+145+149=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D29195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29195 is #2D6E6A. Grayscale: #A4A4A4. Windows color (decimal): -2977387 or 9802194. OLE color: 9802194.

HSL color Cylindrical-coordinate representation of color #D29195: hue angle of 356.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29195 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 149 -
CMYK 0 0.31 0.29 0.18
HSL 356.31º 0.42% 0.7% -
HSV(B) 356.31º 0.31% 0.82% -
XYZ 42.13 36.12 33.19 -
YUV 164.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 210 145 149 0 0.31 0.29 0.18 356.31 0.42 0.7
Hex D2 91 95 0 1F 1D 12 164 2A 46
Octal 322 221 225 0 37 35 22 544 52 106
Binary 11010010 10010001 10010101 0 11111 11101 10010 101100100 101010 1000110

Color Harmonies of #D29195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29195

Black with #D29195

Text Example


Text Example

White with #D29195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29195; }

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

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

background-color css

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

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

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

border-color css

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

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

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