Html Css Color HEX #D29C96 Rose

📋 copy color: '#D29C96'

red 210 ◦ green 156 ◦ blue 150

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

Shades of Rose #D29C96

Tints of Rose #D29C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 40.7%
G = 30.23%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29C96 (or 0xD29C96) is known color: Rose. HEX triplet: D2, 9C and 96. RGB value is (210,156,150). Sum of RGB (Red+Green+Blue) = 210+156+150=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C96 is #2D6369. Grayscale: #ABABAB. Windows color (decimal): -2974570 or 9870546. OLE color: 9870546.

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

Color convert

RGB 210 156 150 -
CMYK 0 0.26 0.29 0.18
HSL 0.4% 0.71% -
HSV(B) 0.29% 0.82% -
XYZ 43.97 39.68 34.2 -
YUV 171.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 210 156 150 0 0.26 0.29 0.18 6 0.4 0.71
Hex D2 9C 96 0 1A 1D 12 6 28 47
Octal 322 234 226 0 32 35 22 6 50 107
Binary 11010010 10011100 10010110 0 11010 11101 10010 110 101000 1000111

Color Harmonies of #D29C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C96

Black with #D29C96

Text Example


Text Example

White with #D29C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C96; }

 p { color: rgb(210,156,150); }

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

background-color css

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

 a { background-color: rgb(210,156,150); }

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

border-color css

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

 span { border-color: rgb(210,156,150); }

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