#C66C54

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

Shades of Japonica #C66C54

Tints of Japonica #C66C54

Color information

#C66C54 (or 0xC66C54) is unknown color: approx Japonica. HEX triplet: C6, 6C and 54. RGB value is (198,108,84). Sum of RGB (Red+Green+Blue) = 198+108+84=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C54 is #3993AB. Grayscale: #848484. Windows color (decimal): -3773356 or 5532870. OLE color: 5532870.

HSL color Cylindrical-coordinate representation of color #C66C54: hue angle of 12.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66C54 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19810884-
CMYK00.450.580.22
HSL12.63º50%55.29%-
HSV(B)12.63º57.58%77.65%-
XYZ30.2523.3711.3-
YUV132.17100.82174.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=50.77%
G=27.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981088400.450.580.2212.635055.29
HexC66C5402D3A16d3237
Octal3061541240557226156267
Binary11000110110110010101000101101111010101101101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C54; }

 p { color: rgb(198,108,84); }

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

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

 a { background-color: rgb(198,108,84); }

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

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

 span { border-color: rgb(198,108,84); }

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