#C2898A

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

Shades of Puce #C2898A

Tints of Puce #C2898A

Color information

#C2898A (or 0xC2898A) is unknown color: approx Puce. HEX triplet: C2, 89 and 8A. RGB value is (194,137,138). Sum of RGB (Red+Green+Blue) = 194+137+138=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2898A is #3D7675. Grayscale: #9A9A9A. Windows color (decimal): -4028022 or 9079234. OLE color: 9079234.

HSL color Cylindrical-coordinate representation of color #C2898A: hue angle of 358.95º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2898A is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194137138-
CMYK00.290.290.24
HSL358.95º31.84%64.9%-
HSV(B)358.95º29.38%76.08%-
XYZ35.7831.228.18-
YUV154.16118.88156.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=41.36%
G=29.21%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413713800.290.290.24358.9531.8464.9
HexC2898A01D1D181672041
Octal302211212035353054740101
Binary11000010100010011000101001110111101110001011001111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2898A; }

 p { color: rgb(194,137,138); }

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

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

 a { background-color: rgb(194,137,138); }

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

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

 span { border-color: rgb(194,137,138); }

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