#C66D57

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

Shades of Japonica #C66D57

Tints of Japonica #C66D57

Color information

#C66D57 (or 0xC66D57) is unknown color: approx Japonica. HEX triplet: C6, 6D and 57. RGB value is (198,109,87). Sum of RGB (Red+Green+Blue) = 198+109+87=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D57 is #3992A8. Grayscale: #858585. Windows color (decimal): -3773097 or 5729734. OLE color: 5729734.

HSL color Cylindrical-coordinate representation of color #C66D57: hue angle of 11.89º 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 #C66D57 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19810987-
CMYK00.450.560.22
HSL11.89º49.33%55.88%-
HSV(B)11.89º56.06%77.65%-
XYZ30.4823.6311.97-
YUV133.1101.99174.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=50.25%
G=27.66%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981098700.450.560.2211.8949.3355.88
HexC66D5702D3816c3138
Octal3061551270557026146170
Binary11000110110110110101110101101111000101101100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D57; }

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

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

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

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

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

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

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

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