Html Css Color HEX #D69C8C Rose

📋 copy color: '#D69C8C'

red 214 ◦ green 156 ◦ blue 140

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

Shades of Rose #D69C8C

Tints of Rose #D69C8C

RGB

 RED value IS 214 (83.98% from 255) = 41.96%

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

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

R = 41.96%
G = 30.59%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D69C8C (or 0xD69C8C) is known color: Rose. HEX triplet: D6, 9C and 8C. RGB value is (214,156,140). Sum of RGB (Red+Green+Blue) = 214+156+140=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C8C is #296373. Grayscale: #ABABAB. Windows color (decimal): -2712436 or 9215190. OLE color: 9215190.

HSL color Cylindrical-coordinate representation of color #D69C8C: hue angle of 12.97º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D69C8C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 156 140 -
CMYK 0 0.27 0.35 0.16
HSL 12.97º 0.47% 0.69% -
HSV(B) 12.97º 0.35% 0.84% -
XYZ 44.35 39.97 30.19 -
YUV 171.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 214 156 140 0 0.27 0.35 0.16 12.97 0.47 0.69
Hex D6 9C 8C 0 1B 23 10 D 2F 45
Octal 326 234 214 0 33 43 20 15 57 105
Binary 11010110 10011100 10001100 0 11011 100011 10000 1101 101111 1000101

Color Harmonies of #D69C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C8C

Black with #D69C8C

Text Example


Text Example

White with #D69C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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