#c66d58

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

Shades of Japonica #C66D58

Tints of Japonica #C66D58

Color information

#C66D58 (or 0xC66D58) is unknown color: approx Japonica. HEX triplet: C6, 6D and 58. RGB value is (198,109,88). Sum of RGB (Red+Green+Blue) = 198+109+88=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D58 is #3992A7. Grayscale: #858585. Windows color (decimal): -3773096 or 5795270. OLE color: 5795270.

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

Color convert

RGB19810988-
CMYK00.450.560.22
HSL11.45º49.11%56.08%-
HSV(B)11.45º55.56%77.65%-
XYZ30.5223.6512.19-
YUV133.22102.49174.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=50.13%
G=27.59%
B=22.28%

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
Decimal1981098800.450.560.2211.4549.1156.08
HexC66D5802D3816b3138
Octal3061551300557026136170
Binary11000110110110110110000101101111000101101011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66d58; }

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

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

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

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

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

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

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

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