#C67F8F

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

Shades of Puce #C67F8F

Tints of Puce #C67F8F

Color information

#C67F8F (or 0xC67F8F) is unknown color: approx Puce. HEX triplet: C6, 7F and 8F. RGB value is (198,127,143). Sum of RGB (Red+Green+Blue) = 198+127+143=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67F8F is #398070. Grayscale: #969696. Windows color (decimal): -3768433 or 9404358. OLE color: 9404358.

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

Color convert

RGB198127143-
CMYK00.360.280.22
HSL346.48º38.38%63.73%-
HSV(B)346.48º35.86%77.65%-
XYZ35.8429.1729.73-
YUV150.05124.02162.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.31%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=42.31%
G=27.14%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812714300.360.280.22346.4838.3863.73
HexC67F8F0241C1615a2640
Octal306177217044342653246100
Binary11000110111111110001111010010011100101101010110101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F8F; }

 p { color: rgb(198,127,143); }

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

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

 a { background-color: rgb(198,127,143); }

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

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

 span { border-color: rgb(198,127,143); }

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