Html Css Color HEX #D29C8C Rose

📋 copy color: '#D29C8C'

red 210 ◦ green 156 ◦ blue 140

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

Shades of Rose #D29C8C

Tints of Rose #D29C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 41.5%
G = 30.83%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D29C8C (or 0xD29C8C) is known color: Rose. HEX triplet: D2, 9C and 8C. RGB value is (210,156,140). Sum of RGB (Red+Green+Blue) = 210+156+140=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29C8C is #2D6373. Grayscale: #AAAAAA. Windows color (decimal): -2974580 or 9215186. OLE color: 9215186.

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

Color convert

RGB 210 156 140 -
CMYK 0 0.26 0.33 0.18
HSL 13.71º 0.44% 0.69% -
HSV(B) 13.71º 0.33% 0.82% -
XYZ 43.2 39.37 30.13 -
YUV 170.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 210 156 140 0 0.26 0.33 0.18 13.71 0.44 0.69
Hex D2 9C 8C 0 1A 21 12 E 2C 45
Octal 322 234 214 0 32 41 22 16 54 105
Binary 11010010 10011100 10001100 0 11010 100001 10010 1110 101100 1000101

Color Harmonies of #D29C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C8C

Black with #D29C8C

Text Example


Text Example

White with #D29C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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