#C67E95

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

Shades of Puce #C67E95

Tints of Puce #C67E95

Color information

#C67E95 (or 0xC67E95) is unknown color: approx Puce. HEX triplet: C6, 7E and 95. RGB value is (198,126,149). Sum of RGB (Red+Green+Blue) = 198+126+149=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67E95 is #39816A. Grayscale: #969696. Windows color (decimal): -3768683 or 9797318. OLE color: 9797318.

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

Color convert

RGB198126149-
CMYK00.360.250.22
HSL340.83º38.71%63.53%-
HSV(B)340.83º36.36%77.65%-
XYZ36.1729.132.14-
YUV150.15127.35162.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=41.86%
G=26.64%
B=31.50%

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
Decimal19812614900.360.250.22340.8338.7163.53
HexC67E9502419161552740
Octal306176225044312652547100
Binary11000110111111010010101010010011001101101010101011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E95; }

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

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

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

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

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

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

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

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