#C67C95

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

Shades of Puce #C67C95

Tints of Puce #C67C95

Color information

#C67C95 (or 0xC67C95) is unknown color: approx Puce. HEX triplet: C6, 7C and 95. RGB value is (198,124,149). Sum of RGB (Red+Green+Blue) = 198+124+149=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67C95 is #39836A. Grayscale: #949494. Windows color (decimal): -3769195 or 9796806. OLE color: 9796806.

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

Color convert

RGB198124149-
CMYK00.370.250.22
HSL339.73º39.36%63.14%-
HSV(B)339.73º37.37%77.65%-
XYZ35.9228.5932.06-
YUV148.98128.02162.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=42.04%
G=26.33%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812414900.370.250.22339.7339.3663.14
HexC67C950251916154273f
Octal30617422504531265244777
Binary1100011011111001001010101001011100110110101010100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67C95; }

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

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

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

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

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

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

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

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