#C68589

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

Shades of Puce #C68589

Tints of Puce #C68589

Color information

#C68589 (or 0xC68589) is unknown color: approx Puce. HEX triplet: C6, 85 and 89. RGB value is (198,133,137). Sum of RGB (Red+Green+Blue) = 198+133+137=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C68589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68589 is #397A76. Grayscale: #989898. Windows color (decimal): -3766903 or 9012678. OLE color: 9012678.

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

Color convert

RGB198133137-
CMYK00.330.310.22
HSL356.31º36.31%64.9%-
HSV(B)356.31º32.83%77.65%-
XYZ36.1930.5927.66-
YUV152.89119.03160.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.31%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=42.31%
G=28.42%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813313700.330.310.22356.3136.3164.9
HexC685890211F161642441
Octal306205211041372654444101
Binary110001101000010110001001010000111111101101011001001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68589; }

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

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

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

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

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

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

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

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