#C67D95

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

Shades of Puce #C67D95

Tints of Puce #C67D95

Color information

#C67D95 (or 0xC67D95) is unknown color: approx Puce. HEX triplet: C6, 7D and 95. RGB value is (198,125,149). Sum of RGB (Red+Green+Blue) = 198+125+149=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D95 is #39826A. Grayscale: #959595. Windows color (decimal): -3768939 or 9797062. OLE color: 9797062.

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

Color convert

RGB198125149-
CMYK00.370.250.22
HSL340.27º39.04%63.33%-
HSV(B)340.27º36.87%77.65%-
XYZ36.0528.8432.1-
YUV149.56127.68162.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=41.95%
G=26.48%
B=31.57%

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
Decimal19812514900.370.250.22340.2739.0463.33
HexC67D950251916154273f
Octal30617522504531265244777
Binary1100011011111011001010101001011100110110101010100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D95; }

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

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

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

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

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

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

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

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