#C67257

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

Shades of Japonica #C67257

Tints of Japonica #C67257

Color information

#C67257 (or 0xC67257) is unknown color: approx Japonica. HEX triplet: C6, 72 and 57. RGB value is (198,114,87). Sum of RGB (Red+Green+Blue) = 198+114+87=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C67257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67257 is #398DA8. Grayscale: #888888. Windows color (decimal): -3771817 or 5731014. OLE color: 5731014.

HSL color Cylindrical-coordinate representation of color #C67257: hue angle of 14.59º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C67257 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19811487-
CMYK00.420.560.22
HSL14.59º49.33%55.88%-
HSV(B)14.59º56.06%77.65%-
XYZ31.0324.7312.15-
YUV136.04100.33172.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 114 (44.92% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=49.62%
G=28.57%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981148700.420.560.2214.5949.3355.88
HexC6725702A3816f3138
Octal3061621270527026176170
Binary11000110111001010101110101010111000101101111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67257; }

 p { color: rgb(198,114,87); }

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

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

 a { background-color: rgb(198,114,87); }

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

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

 span { border-color: rgb(198,114,87); }

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