#C67C93

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

Shades of Puce #C67C93

Tints of Puce #C67C93

Color information

#C67C93 (or 0xC67C93) is unknown color: approx Puce. HEX triplet: C6, 7C and 93. RGB value is (198,124,147). Sum of RGB (Red+Green+Blue) = 198+124+147=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67C93 is #39836C. Grayscale: #949494. Windows color (decimal): -3769197 or 9665734. OLE color: 9665734.

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

Color convert

RGB198124147-
CMYK00.370.260.22
HSL341.35º39.36%63.14%-
HSV(B)341.35º37.37%77.65%-
XYZ35.7628.5331.23-
YUV148.75127.02163.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=42.22%
G=26.44%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812414700.370.260.22341.3539.3663.14
HexC67C930251A16155273f
Octal30617422304532265254777
Binary1100011011111001001001101001011101010110101010101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67C93; }

 p { color: rgb(198,124,147); }

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

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

 a { background-color: rgb(198,124,147); }

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

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

 span { border-color: rgb(198,124,147); }

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