#C67D99

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

Shades of Puce #C67D99

Tints of Puce #C67D99

Color information

#C67D99 (or 0xC67D99) is unknown color: approx Puce. HEX triplet: C6, 7D and 99. RGB value is (198,125,153). Sum of RGB (Red+Green+Blue) = 198+125+153=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D99 is #398266. Grayscale: #959595. Windows color (decimal): -3768935 or 10059206. OLE color: 10059206.

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

Color convert

RGB198125153-
CMYK00.370.230.22
HSL336.99º39.04%63.33%-
HSV(B)336.99º36.87%77.65%-
XYZ36.3728.9733.81-
YUV150.02129.68162.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=41.60%
G=26.26%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812515300.370.230.22336.9939.0463.33
HexC67D990251716151273f
Octal30617523104527265214777
Binary1100011011111011001100101001011011110110101010001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D99; }

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

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

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

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

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

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

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

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