#C2868C

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

Shades of Puce #C2868C

Tints of Puce #C2868C

Color information

#C2868C (or 0xC2868C) is unknown color: approx Puce. HEX triplet: C2, 86 and 8C. RGB value is (194,134,140). Sum of RGB (Red+Green+Blue) = 194+134+140=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2868C is #3D7973. Grayscale: #989898. Windows color (decimal): -4028788 or 9209538. OLE color: 9209538.

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

Color convert

RGB194134140-
CMYK00.310.280.24
HSL354º32.97%64.31%-
HSV(B)354º30.93%76.08%-
XYZ35.5130.4128.81-
YUV152.62120.88157.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=41.45%
G=28.63%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413414000.310.280.2435432.9764.31
HexC2868C01F1C181622140
Octal302206214037343054241100
Binary11000010100001101000110001111111100110001011000101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2868C; }

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

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

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

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

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

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

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

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