#CC7A55

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

Shades of Japonica #CC7A55

Tints of Japonica #CC7A55

Color information

#CC7A55 (or 0xCC7A55) is unknown color: approx Japonica. HEX triplet: CC, 7A and 55. RGB value is (204,122,85). Sum of RGB (Red+Green+Blue) = 204+122+85=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A55 is #3385AA. Grayscale: #8E8E8E. Windows color (decimal): -3376555 or 5601996. OLE color: 5601996.

HSL color Cylindrical-coordinate representation of color #CC7A55: hue angle of 18.66º 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 #CC7A55 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB20412285-
CMYK00.400.580.2
HSL18.66º53.85%56.67%-
HSV(B)18.66º58.33%80%-
XYZ33.527.4112.12-
YUV142.395.67172.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=49.64%
G=29.68%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041228500.400.580.218.6653.8556.67
HexCC7A550283A14133639
Octal3141721250507224236671
Binary110011001111010101010101010001110101010010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A55; }

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

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

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

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

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

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

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

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