#C96F58

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

Shades of Japonica #C96F58

Tints of Japonica #C96F58

Color information

#C96F58 (or 0xC96F58) is unknown color: approx Japonica. HEX triplet: C9, 6F and 58. RGB value is (201,111,88). Sum of RGB (Red+Green+Blue) = 201+111+88=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F58 is #3690A7. Grayscale: #878787. Windows color (decimal): -3575976 or 5795785. OLE color: 5795785.

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

Color convert

RGB20111188-
CMYK00.450.560.21
HSL12.21º51.13%56.67%-
HSV(B)12.21º56.22%78.82%-
XYZ31.5324.4912.3-
YUV135.29101.32174.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 88 (34.77% from 255) = 22%
R=50.25%
G=27.75%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011118800.450.560.2112.2151.1356.67
HexC96F5802D3815c3339
Octal3111571300557025146371
Binary11001001110111110110000101101111000101011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F58; }

 p { color: rgb(201,111,88); }

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

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

 a { background-color: rgb(201,111,88); }

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

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

 span { border-color: rgb(201,111,88); }

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