#C97A5D

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

Shades of Japonica #C97A5D

Tints of Japonica #C97A5D

Color information

#C97A5D (or 0xC97A5D) is unknown color: approx Japonica. HEX triplet: C9, 7A and 5D. RGB value is (201,122,93). Sum of RGB (Red+Green+Blue) = 201+122+93=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A5D is #3685A2. Grayscale: #8E8E8E. Windows color (decimal): -3573155 or 6126281. OLE color: 6126281.

HSL color Cylindrical-coordinate representation of color #C97A5D: hue angle of 16.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C97A5D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20112293-
CMYK00.390.540.21
HSL16.11º50%57.65%-
HSV(B)16.11º53.73%78.82%-
XYZ33.0227.1313.85-
YUV142.32100.17169.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.32%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=48.32%
G=29.33%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011229300.390.540.2116.115057.65
HexC97A5D027361510323a
Octal3111721350476625206272
Binary110010011111010101110101001111101101010110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A5D; }

 p { color: rgb(201,122,93); }

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

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

 a { background-color: rgb(201,122,93); }

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

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

 span { border-color: rgb(201,122,93); }

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