#C68494

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

Shades of Puce #C68494

Tints of Puce #C68494

Color information

#C68494 (or 0xC68494) is unknown color: approx Puce. HEX triplet: C6, 84 and 94. RGB value is (198,132,148). Sum of RGB (Red+Green+Blue) = 198+132+148=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68494 is #397B6B. Grayscale: #999999. Windows color (decimal): -3767148 or 9733318. OLE color: 9733318.

HSL color Cylindrical-coordinate representation of color #C68494: hue angle of 345.45º degrees, saturation: 0.37, 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 #C68494 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB198132148-
CMYK00.330.250.22
HSL345.45º36.67%64.71%-
HSV(B)345.45º33.33%77.65%-
XYZ36.8930.6531.99-
YUV153.56124.87159.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.42%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=41.42%
G=27.62%
B=30.96%

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
Decimal19813214800.330.250.22345.4536.6764.71
HexC6849402119161592541
Octal306204224041312653145101
Binary110001101000010010010100010000111001101101010110011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68494; }

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

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

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

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

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

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

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

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