Html Css Color HEX #D29091 Careys Pink

📋 copy color: '#D29091'

red 210 ◦ green 144 ◦ blue 145

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

Shades of Careys Pink #D29091

Tints of Careys Pink #D29091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.86%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 42.08%
G = 28.86%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D29091 (or 0xD29091) is known color: Careys Pink. HEX triplet: D2, 90 and 91. RGB value is (210,144,145). Sum of RGB (Red+Green+Blue) = 210+144+145=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D29091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29091 is #2D6F6E. Grayscale: #A3A3A3. Windows color (decimal): -2977647 or 9539794. OLE color: 9539794.

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

Color convert

RGB 210 144 145 -
CMYK 0 0.31 0.31 0.18
HSL 359.09º 0.42% 0.69% -
HSV(B) 359.09º 0.31% 0.82% -
XYZ 41.66 35.69 31.48 -
YUV 163.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 210 144 145 0 0.31 0.31 0.18 359.09 0.42 0.69
Hex D2 90 91 0 1F 1F 12 167 2A 45
Octal 322 220 221 0 37 37 22 547 52 105
Binary 11010010 10010000 10010001 0 11111 11111 10010 101100111 101010 1000101

Color Harmonies of #D29091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29091

Black with #D29091

Text Example


Text Example

White with #D29091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29091; }

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

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

background-color css

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

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

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

border-color css

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

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

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