#C08695

Color #C08695 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C08695

Tints of Puce #C08695

Color information

#C08695 (or 0xC08695) is unknown color: approx Puce. HEX triplet: C0, 86 and 95. RGB value is (192,134,149). Sum of RGB (Red+Green+Blue) = 192+134+149=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C08695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08695 is #3F796A. Grayscale: #999999. Windows color (decimal): -4159851 or 9799360. OLE color: 9799360.

HSL color Cylindrical-coordinate representation of color #C08695: hue angle of 344.48º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08695 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB192134149-
CMYK00.300.220.25
HSL344.48º31.52%63.92%-
HSV(B)344.48º30.21%75.29%-
XYZ35.6930.4332.43-
YUV153.05125.72155.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=40.42%
G=28.21%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213414900.300.220.25344.4831.5263.92
HexC0869501E16191582040
Octal300206225036263153040100
Binary11000000100001101001010101111010110110011010110001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08695; }

 p { color: rgb(192,134,149); }

 H1.HeaderClassName
 {
   color: #C08695;
 }
 .AnyTagClassName
 {
   color: #C08695;
 }
</style>
background-color css

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

 a { background-color: rgb(192,134,149); }

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

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

 span { border-color: rgb(192,134,149); }

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