#C68789

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

Shades of Puce #C68789

Tints of Puce #C68789

Color information

#C68789 (or 0xC68789) is unknown color: approx Puce. HEX triplet: C6, 87 and 89. RGB value is (198,135,137). Sum of RGB (Red+Green+Blue) = 198+135+137=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C68789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68789 is #397876. Grayscale: #9A9A9A. Windows color (decimal): -3766391 or 9013190. OLE color: 9013190.

HSL color Cylindrical-coordinate representation of color #C68789: hue angle of 358.1º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68789 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198135137-
CMYK00.320.310.22
HSL358.1º35.59%65.29%-
HSV(B)358.1º31.82%77.65%-
XYZ36.4731.1427.76-
YUV154.06118.37159.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=42.13%
G=28.72%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813513700.320.310.22358.135.5965.29
HexC687890201F161662441
Octal306207211040372654644101
Binary110001101000011110001001010000011111101101011001101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68789; }

 p { color: rgb(198,135,137); }

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

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

 a { background-color: rgb(198,135,137); }

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

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

 span { border-color: rgb(198,135,137); }

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