Html Css Color HEX #D29B9F Careys Pink

📋 copy color: '#D29B9F'

red 210 ◦ green 155 ◦ blue 159

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

Shades of Careys Pink #D29B9F

Tints of Careys Pink #D29B9F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.58%

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 40.08%
G = 29.58%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D29B9F (or 0xD29B9F) is known color: Careys Pink. HEX triplet: D2, 9B and 9F. RGB value is (210,155,159). Sum of RGB (Red+Green+Blue) = 210+155+159=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29B9F is #2D6460. Grayscale: #ABABAB. Windows color (decimal): -2974817 or 10460114. OLE color: 10460114.

HSL color Cylindrical-coordinate representation of color #D29B9F: hue angle of 355.64º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29B9F is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 155 159 -
CMYK 0 0.26 0.24 0.18
HSL 355.64º 0.38% 0.72% -
HSV(B) 355.64º 0.26% 0.82% -
XYZ 44.56 39.65 38.11 -
YUV 171.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 210 155 159 0 0.26 0.24 0.18 355.64 0.38 0.72
Hex D2 9B 9F 0 1A 18 12 164 26 48
Octal 322 233 237 0 32 30 22 544 46 110
Binary 11010010 10011011 10011111 0 11010 11000 10010 101100100 100110 1001000

Color Harmonies of #D29B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B9F

Black with #D29B9F

Text Example


Text Example

White with #D29B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B9F; }

 p { color: rgb(210,155,159); }

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

background-color css

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

 a { background-color: rgb(210,155,159); }

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

border-color css

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

 span { border-color: rgb(210,155,159); }

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