#C67FA1

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

Shades of Puce #C67FA1

Tints of Puce #C67FA1

Color information

#C67FA1 (or 0xC67FA1) is unknown color: approx Puce. HEX triplet: C6, 7F and A1. RGB value is (198,127,161). Sum of RGB (Red+Green+Blue) = 198+127+161=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67FA1 is #39805E. Grayscale: #989898. Windows color (decimal): -3768415 or 10584006. OLE color: 10584006.

HSL color Cylindrical-coordinate representation of color #C67FA1: hue angle of 331.27º degrees, saturation: 0.38, 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 #C67FA1 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB198127161-
CMYK00.360.190.22
HSL331.27º38.38%63.73%-
HSV(B)331.27º35.86%77.65%-
XYZ37.3129.7637.5-
YUV152.1133.02160.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=40.74%
G=26.13%
B=33.13%

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
Decimal19812716100.360.190.22331.2738.3863.73
HexC67FA1024131614b2640
Octal306177241044232651346100
Binary11000110111111110100001010010010011101101010010111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FA1; }

 p { color: rgb(198,127,161); }

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

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

 a { background-color: rgb(198,127,161); }

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

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

 span { border-color: rgb(198,127,161); }

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