#CC7855

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

Shades of Japonica #CC7855

Tints of Japonica #CC7855

Color information

#CC7855 (or 0xCC7855) is unknown color: approx Japonica. HEX triplet: CC, 78 and 55. RGB value is (204,120,85). Sum of RGB (Red+Green+Blue) = 204+120+85=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7855 is #3387AA. Grayscale: #8D8D8D. Windows color (decimal): -3377067 or 5601484. OLE color: 5601484.

HSL color Cylindrical-coordinate representation of color #CC7855: hue angle of 17.65º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC7855 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20412085-
CMYK00.410.580.2
HSL17.65º53.85%56.67%-
HSV(B)17.65º58.33%80%-
XYZ33.2626.9312.04-
YUV141.1396.33172.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=49.88%
G=29.34%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041208500.410.580.217.6553.8556.67
HexCC78550293A14123639
Octal3141701250517224226671
Binary110011001111000101010101010011110101010010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7855; }

 p { color: rgb(204,120,85); }

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

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

 a { background-color: rgb(204,120,85); }

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

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

 span { border-color: rgb(204,120,85); }

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