Html Css Color HEX #D08698 Puce

📋 copy color: '#D08698'

red 208 ◦ green 134 ◦ blue 152

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

Shades of Puce #D08698

Tints of Puce #D08698

RGB

 RED value IS 208 (81.64% from 255) = 42.11%

 GREEN value IS 134 (52.73% from 255) = 27.13%

 BLUE value IS 152 (59.77% from 255) = 30.77%

R = 42.11%
G = 27.13%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D08698 (or 0xD08698) is known color: Puce. HEX triplet: D0, 86 and 98. RGB value is (208,134,152). Sum of RGB (Red+Green+Blue) = 208+134+152=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D08698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08698 is #2F7967. Grayscale: #9E9E9E. Windows color (decimal): -3111272 or 9995984. OLE color: 9995984.

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

Color convert

RGB 208 134 152 -
CMYK 0 0.36 0.27 0.18
HSL 345.41º 0.44% 0.67% -
HSV(B) 345.41º 0.36% 0.82% -
XYZ 40.21 32.73 33.9 -
YUV 158.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 208 134 152 0 0.36 0.27 0.18 345.41 0.44 0.67
Hex D0 86 98 0 24 1B 12 159 2C 43
Octal 320 206 230 0 44 33 22 531 54 103
Binary 11010000 10000110 10011000 0 100100 11011 10010 101011001 101100 1000011

Color Harmonies of #D08698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08698

Black with #D08698

Text Example


Text Example

White with #D08698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08698; }

 p { color: rgb(208,134,152); }

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

background-color css

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

 a { background-color: rgb(208,134,152); }

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

border-color css

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

 span { border-color: rgb(208,134,152); }

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