#CC7A57

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

Shades of Japonica #CC7A57

Tints of Japonica #CC7A57

Color information

#CC7A57 (or 0xCC7A57) is unknown color: approx Japonica. HEX triplet: CC, 7A and 57. RGB value is (204,122,87). Sum of RGB (Red+Green+Blue) = 204+122+87=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A57 is #3385A8. Grayscale: #8E8E8E. Windows color (decimal): -3376553 or 5733068. OLE color: 5733068.

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

Color convert

RGB20412287-
CMYK00.400.570.2
HSL17.95º53.42%57.06%-
HSV(B)17.95º57.35%80%-
XYZ33.5827.4412.54-
YUV142.5396.67171.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 87 (34.38% from 255) = 21.07%
R=49.39%
G=29.54%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041228700.400.570.217.9553.4257.06
HexCC7A570283914123539
Octal3141721270507124226571
Binary110011001111010101011101010001110011010010010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A57; }

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

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

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

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

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

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

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

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