#C67EA0

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

Shades of Puce #C67EA0

Tints of Puce #C67EA0

Color information

#C67EA0 (or 0xC67EA0) is unknown color: approx Puce. HEX triplet: C6, 7E and A0. RGB value is (198,126,160). Sum of RGB (Red+Green+Blue) = 198+126+160=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C67EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67EA0 is #39815F. Grayscale: #979797. Windows color (decimal): -3768672 or 10518214. OLE color: 10518214.

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

Color convert

RGB198126160-
CMYK00.360.190.22
HSL331.67º38.71%63.53%-
HSV(B)331.67º36.36%77.65%-
XYZ37.0929.4736.99-
YUV151.4132.85161.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=40.91%
G=26.03%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812616000.360.190.22331.6738.7163.53
HexC67EA0024131614c2740
Octal306176240044232651447100
Binary11000110111111010100000010010010011101101010011001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67EA0; }

 p { color: rgb(198,126,160); }

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

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

 a { background-color: rgb(198,126,160); }

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

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

 span { border-color: rgb(198,126,160); }

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