#C68793

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

Shades of Puce #C68793

Tints of Puce #C68793

Color information

#C68793 (or 0xC68793) is unknown color: approx Puce. HEX triplet: C6, 87 and 93. RGB value is (198,135,147). Sum of RGB (Red+Green+Blue) = 198+135+147=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C68793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68793 is #39786C. Grayscale: #9B9B9B. Windows color (decimal): -3766381 or 9668550. OLE color: 9668550.

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

Color convert

RGB198135147-
CMYK00.320.260.22
HSL348.57º35.59%65.29%-
HSV(B)348.57º31.82%77.65%-
XYZ37.2231.4431.71-
YUV155.21123.37158.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=41.25%
G=28.12%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813514700.320.260.22348.5735.5965.29
HexC687930201A1615d2441
Octal306207223040322653544101
Binary110001101000011110010011010000011010101101010111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68793; }

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

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

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

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

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

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

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

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