#c68094

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

Shades of Puce #C68094

Tints of Puce #C68094

Color information

#C68094 (or 0xC68094) is unknown color: approx Puce. HEX triplet: C6, 80 and 94. RGB value is (198,128,148). Sum of RGB (Red+Green+Blue) = 198+128+148=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C68094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68094 is #397F6B. Grayscale: #979797. Windows color (decimal): -3768172 or 9732294. OLE color: 9732294.

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

Color convert

RGB198128148-
CMYK00.350.250.22
HSL342.86º38.04%63.92%-
HSV(B)342.86º35.35%77.65%-
XYZ36.3529.5831.81-
YUV151.21126.19161.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=41.77%
G=27.00%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812814800.350.250.22342.8638.0463.92
HexC6809402319161572640
Octal306200224043312652746100
Binary110001101000000010010100010001111001101101010101111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68094; }

 p { color: rgb(198,128,148); }

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

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

 a { background-color: rgb(198,128,148); }

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

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

 span { border-color: rgb(198,128,148); }

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