#C67D9A

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

Shades of Puce #C67D9A

Tints of Puce #C67D9A

Color information

#C67D9A (or 0xC67D9A) is unknown color: approx Puce. HEX triplet: C6, 7D and 9A. RGB value is (198,125,154). Sum of RGB (Red+Green+Blue) = 198+125+154=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D9A is #398265. Grayscale: #969696. Windows color (decimal): -3768934 or 10124742. OLE color: 10124742.

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

Color convert

RGB198125154-
CMYK00.370.220.22
HSL336.16º39.04%63.33%-
HSV(B)336.16º36.87%77.65%-
XYZ36.4629.0134.25-
YUV150.13130.18162.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=41.51%
G=26.21%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812515400.370.220.22336.1639.0463.33
HexC67D9A0251616150273f
Octal30617523204526265204777
Binary1100011011111011001101001001011011010110101010000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D9A; }

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

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

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

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

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

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

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

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