Html Css Color HEX #D29497 Careys Pink

📋 copy color: '#D29497'

red 210 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #D29497

Tints of Careys Pink #D29497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.67%

R = 41.26%
G = 29.08%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29497 (or 0xD29497) is known color: Careys Pink. HEX triplet: D2, 94 and 97. RGB value is (210,148,151). Sum of RGB (Red+Green+Blue) = 210+148+151=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D29497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29497 is #2D6B68. Grayscale: #A6A6A6. Windows color (decimal): -2976617 or 9934034. OLE color: 9934034.

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

Color convert

RGB 210 148 151 -
CMYK 0 0.30 0.28 0.18
HSL 357.1º 0.41% 0.7% -
HSV(B) 357.1º 0.3% 0.82% -
XYZ 42.75 37.12 34.19 -
YUV 166.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 210 148 151 0 0.30 0.28 0.18 357.1 0.41 0.7
Hex D2 94 97 0 1E 1C 12 165 29 46
Octal 322 224 227 0 36 34 22 545 51 106
Binary 11010010 10010100 10010111 0 11110 11100 10010 101100101 101001 1000110

Color Harmonies of #D29497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29497

Black with #D29497

Text Example


Text Example

White with #D29497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29497; }

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

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

background-color css

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

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

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

border-color css

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

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

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