#CC7B55

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

Shades of Japonica #CC7B55

Tints of Japonica #CC7B55

Color information

#CC7B55 (or 0xCC7B55) is unknown color: approx Japonica. HEX triplet: CC, 7B and 55. RGB value is (204,123,85). Sum of RGB (Red+Green+Blue) = 204+123+85=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B55 is #3384AA. Grayscale: #8F8F8F. Windows color (decimal): -3376299 or 5602252. OLE color: 5602252.

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

Color convert

RGB20412385-
CMYK00.400.580.2
HSL19.16º53.85%56.67%-
HSV(B)19.16º58.33%80%-
XYZ33.6227.6612.16-
YUV142.8995.34171.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=49.51%
G=29.85%
B=20.63%

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
Decimal2041238500.400.580.219.1653.8556.67
HexCC7B550283A14133639
Octal3141731250507224236671
Binary110011001111011101010101010001110101010010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B55; }

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

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

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

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

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

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

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

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