#C68090

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

Shades of Puce #C68090

Tints of Puce #C68090

Color information

#C68090 (or 0xC68090) is unknown color: approx Puce. HEX triplet: C6, 80 and 90. RGB value is (198,128,144). Sum of RGB (Red+Green+Blue) = 198+128+144=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C68090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68090 is #397F6F. Grayscale: #969696. Windows color (decimal): -3768176 or 9470150. OLE color: 9470150.

HSL color Cylindrical-coordinate representation of color #C68090: hue angle of 346.29º 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 #C68090 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB198128144-
CMYK00.350.270.22
HSL346.29º38.04%63.92%-
HSV(B)346.29º35.35%77.65%-
XYZ36.0429.4630.17-
YUV150.75124.19161.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=42.13%
G=27.23%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812814400.350.270.22346.2938.0463.92
HexC680900231B1615a2640
Octal306200220043332653246100
Binary110001101000000010010000010001111011101101010110101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68090; }

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

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

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

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

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

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

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

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