#C97A5C

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

Shades of Japonica #C97A5C

Tints of Japonica #C97A5C

Color information

#C97A5C (or 0xC97A5C) is unknown color: approx Japonica. HEX triplet: C9, 7A and 5C. RGB value is (201,122,92). Sum of RGB (Red+Green+Blue) = 201+122+92=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A5C is #3685A3. Grayscale: #8E8E8E. Windows color (decimal): -3573156 or 6060745. OLE color: 6060745.

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

Color convert

RGB20112292-
CMYK00.390.540.21
HSL16.51º50.23%57.45%-
HSV(B)16.51º54.23%78.82%-
XYZ32.9827.1113.62-
YUV142.299.67169.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=48.43%
G=29.40%
B=22.17%

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
Decimal2011229200.390.540.2116.5150.2357.45
HexC97A5C0273615113239
Octal3111721340476625216271
Binary110010011111010101110001001111101101010110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A5C; }

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

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

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

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

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

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

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

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