#C67F94

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

Shades of Puce #C67F94

Tints of Puce #C67F94

Color information

#C67F94 (or 0xC67F94) is unknown color: approx Puce. HEX triplet: C6, 7F and 94. RGB value is (198,127,148). Sum of RGB (Red+Green+Blue) = 198+127+148=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67F94 is #39806B. Grayscale: #969696. Windows color (decimal): -3768428 or 9732038. OLE color: 9732038.

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

Color convert

RGB198127148-
CMYK00.360.250.22
HSL342.25º38.38%63.73%-
HSV(B)342.25º35.86%77.65%-
XYZ36.2229.3231.77-
YUV150.62126.52161.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=41.86%
G=26.85%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812714800.360.250.22342.2538.3863.73
HexC67F9402419161562640
Octal306177224044312652646100
Binary11000110111111110010100010010011001101101010101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F94; }

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

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

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

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

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

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

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

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