#C68595

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

Shades of Puce #C68595

Tints of Puce #C68595

Color information

#C68595 (or 0xC68595) is unknown color: approx Puce. HEX triplet: C6, 85 and 95. RGB value is (198,133,149). Sum of RGB (Red+Green+Blue) = 198+133+149=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68595 is #397A6A. Grayscale: #9A9A9A. Windows color (decimal): -3766891 or 9799110. OLE color: 9799110.

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

Color convert

RGB198133149-
CMYK00.330.250.22
HSL345.23º36.31%64.9%-
HSV(B)345.23º32.83%77.65%-
XYZ37.130.9532.45-
YUV154.26125.03159.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=41.25%
G=27.71%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813314900.330.250.22345.2336.3164.9
HexC6859502119161592441
Octal306205225041312653144101
Binary110001101000010110010101010000111001101101010110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68595; }

 p { color: rgb(198,133,149); }

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

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

 a { background-color: rgb(198,133,149); }

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

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

 span { border-color: rgb(198,133,149); }

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