Html Css Color HEX #CD8687 Puce

📋 copy color: '#CD8687'

red 205 ◦ green 134 ◦ blue 135

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

Shades of Puce #CD8687

Tints of Puce #CD8687

RGB

 RED value IS 205 (80.47% from 255) = 43.25%

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

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 43.25%
G = 28.27%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD8687 (or 0xCD8687) is known color: Puce. HEX triplet: CD, 86 and 87. RGB value is (205,134,135). Sum of RGB (Red+Green+Blue) = 205+134+135=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8687 is #327978. Grayscale: #9B9B9B. Windows color (decimal): -3307897 or 8881869. OLE color: 8881869.

HSL color Cylindrical-coordinate representation of color #CD8687: hue angle of 359.15º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8687 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 134 135 -
CMYK 0 0.35 0.34 0.20
HSL 359.15º 0.42% 0.66% -
HSV(B) 359.15º 0.35% 0.8% -
XYZ 38.08 31.78 27.05 -
YUV 155.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 205 134 135 0 0.35 0.34 0.20 359.15 0.42 0.66
Hex CD 86 87 0 23 22 14 167 2A 42
Octal 315 206 207 0 43 42 24 547 52 102
Binary 11001101 10000110 10000111 0 100011 100010 10100 101100111 101010 1000010

Color Harmonies of #CD8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8687

Black with #CD8687

Text Example


Text Example

White with #CD8687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8687; }

 p { color: rgb(205,134,135); }

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

background-color css

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

 a { background-color: rgb(205,134,135); }

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

border-color css

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

 span { border-color: rgb(205,134,135); }

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