#C08295

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

Shades of Puce #C08295

Tints of Puce #C08295

Color information

#C08295 (or 0xC08295) is unknown color: approx Puce. HEX triplet: C0, 82 and 95. RGB value is (192,130,149). Sum of RGB (Red+Green+Blue) = 192+130+149=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08295 is #3F7D6A. Grayscale: #969696. Windows color (decimal): -4160875 or 9798336. OLE color: 9798336.

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

Color convert

RGB192130149-
CMYK00.320.220.25
HSL341.61º32.98%63.14%-
HSV(B)341.61º32.29%75.29%-
XYZ35.1529.3432.24-
YUV150.7127.04157.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=40.76%
G=27.60%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213014900.320.220.25341.6132.9863.14
HexC082950201619156213f
Octal30020222504026315264177
Binary11000000100000101001010101000001011011001101010110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08295; }

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

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

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

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

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

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

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

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