#C28597

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

Shades of Puce #C28597

Tints of Puce #C28597

Color information

#C28597 (or 0xC28597) is unknown color: approx Puce. HEX triplet: C2, 85 and 97. RGB value is (194,133,151). Sum of RGB (Red+Green+Blue) = 194+133+151=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C28597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28597 is #3D7A68. Grayscale: #999999. Windows color (decimal): -4029033 or 9930178. OLE color: 9930178.

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

Color convert

RGB194133151-
CMYK00.310.220.24
HSL342.3º33.33%64.12%-
HSV(B)342.3º31.44%76.08%-
XYZ36.2230.4833.25-
YUV153.29126.71157.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=40.59%
G=27.82%
B=31.59%

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
Decimal19413315100.310.220.24342.333.3364.12
HexC2859701F16181562140
Octal302205227037263052641100
Binary11000010100001011001011101111110110110001010101101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28597; }

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

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

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

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

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

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

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

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