#C97262

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

Shades of Japonica #C97262

Tints of Japonica #C97262

Color information

#C97262 (or 0xC97262) is unknown color: approx Japonica. HEX triplet: C9, 72 and 62. RGB value is (201,114,98). Sum of RGB (Red+Green+Blue) = 201+114+98=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C97262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97262 is #368D9D. Grayscale: #8A8A8A. Windows color (decimal): -3575198 or 6451913. OLE color: 6451913.

HSL color Cylindrical-coordinate representation of color #C97262: hue angle of 9.32º 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 #C97262 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20111498-
CMYK00.430.510.21
HSL9.32º48.82%58.63%-
HSV(B)9.32º51.24%78.82%-
XYZ32.3125.3314.74-
YUV138.19105.32172.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=48.67%
G=27.60%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011149800.430.510.219.3248.8258.63
HexC9726202B33159313b
Octal3111621420536325116173
Binary11001001111001011000100101011110011101011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97262; }

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

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

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

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

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

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

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

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