#C28697

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

Shades of Puce #C28697

Tints of Puce #C28697

Color information

#C28697 (or 0xC28697) is unknown color: approx Puce. HEX triplet: C2, 86 and 97. RGB value is (194,134,151). Sum of RGB (Red+Green+Blue) = 194+134+151=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C28697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28697 is #3D7968. Grayscale: #999999. Windows color (decimal): -4028777 or 9930434. OLE color: 9930434.

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

Color convert

RGB194134151-
CMYK00.310.220.24
HSL343º32.97%64.31%-
HSV(B)343º30.93%76.08%-
XYZ36.3630.7533.3-
YUV153.88126.38156.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 151 (59.38% from 255) = 31.52%
R=40.50%
G=27.97%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413415100.310.220.2434332.9764.31
HexC2869701F16181572140
Octal302206227037263052741100
Binary11000010100001101001011101111110110110001010101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28697; }

 p { color: rgb(194,134,151); }

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

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

 a { background-color: rgb(194,134,151); }

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

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

 span { border-color: rgb(194,134,151); }

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