#C97F90

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

Shades of Puce #C97F90

Tints of Puce #C97F90

Color information

#C97F90 (or 0xC97F90) is unknown color: approx Puce. HEX triplet: C9, 7F and 90. RGB value is (201,127,144). Sum of RGB (Red+Green+Blue) = 201+127+144=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97F90 is #36806F. Grayscale: #979797. Windows color (decimal): -3571824 or 9469897. OLE color: 9469897.

HSL color Cylindrical-coordinate representation of color #C97F90: hue angle of 346.22º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97F90 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB201127144-
CMYK00.370.280.21
HSL346.22º40.66%64.31%-
HSV(B)346.22º36.82%78.82%-
XYZ36.7129.6130.17-
YUV151.06124.02163.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=42.58%
G=26.91%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112714400.370.280.21346.2240.6664.31
HexC97F900251C1515a2940
Octal311177220045342553251100
Binary11001001111111110010000010010111100101011010110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F90; }

 p { color: rgb(201,127,144); }

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

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

 a { background-color: rgb(201,127,144); }

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

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

 span { border-color: rgb(201,127,144); }

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