#C97462

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

Shades of Japonica #C97462

Tints of Japonica #C97462

Color information

#C97462 (or 0xC97462) is unknown color: approx Japonica. HEX triplet: C9, 74 and 62. RGB value is (201,116,98). Sum of RGB (Red+Green+Blue) = 201+116+98=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C97462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97462 is #368B9D. Grayscale: #8B8B8B. Windows color (decimal): -3574686 or 6452425. OLE color: 6452425.

HSL color Cylindrical-coordinate representation of color #C97462: hue angle of 10.49º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97462 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20111698-
CMYK00.420.510.21
HSL10.49º48.82%58.63%-
HSV(B)10.49º51.24%78.82%-
XYZ32.5425.7914.82-
YUV139.36104.66171.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=48.43%
G=27.95%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011169800.420.510.2110.4948.8258.63
HexC9746202A3315a313b
Octal3111641420526325126173
Binary11001001111010011000100101010110011101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97462; }

 p { color: rgb(201,116,98); }

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

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

 a { background-color: rgb(201,116,98); }

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

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

 span { border-color: rgb(201,116,98); }

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