#C68293

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

Shades of Puce #C68293

Tints of Puce #C68293

Color information

#C68293 (or 0xC68293) is unknown color: approx Puce. HEX triplet: C6, 82 and 93. RGB value is (198,130,147). Sum of RGB (Red+Green+Blue) = 198+130+147=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C68293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68293 is #397D6C. Grayscale: #989898. Windows color (decimal): -3767661 or 9667270. OLE color: 9667270.

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

Color convert

RGB198130147-
CMYK00.340.260.22
HSL345º37.36%64.31%-
HSV(B)345º34.34%77.65%-
XYZ36.5430.0831.48-
YUV152.27125.03160.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=41.68%
G=27.37%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813014700.340.260.2234537.3664.31
HexC682930221A161592540
Octal306202223042322653145100
Binary110001101000001010010011010001011010101101010110011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68293; }

 p { color: rgb(198,130,147); }

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

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

 a { background-color: rgb(198,130,147); }

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

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

 span { border-color: rgb(198,130,147); }

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