#CC7659

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

Shades of Japonica #CC7659

Tints of Japonica #CC7659

Color information

#CC7659 (or 0xCC7659) is unknown color: approx Japonica. HEX triplet: CC, 76 and 59. RGB value is (204,118,89). Sum of RGB (Red+Green+Blue) = 204+118+89=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7659 is #3389A6. Grayscale: #8C8C8C. Windows color (decimal): -3377575 or 5863116. OLE color: 5863116.

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

Color convert

RGB20411889-
CMYK00.420.560.2
HSL15.13º53%57.45%-
HSV(B)15.13º56.37%80%-
XYZ33.1826.5212.82-
YUV140.4198.99173.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=49.64%
G=28.71%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041188900.420.560.215.135357.45
HexCC765902A3814f3539
Octal3141661310527024176571
Binary11001100111011010110010101010111000101001111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7659; }

 p { color: rgb(204,118,89); }

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

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

 a { background-color: rgb(204,118,89); }

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

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

 span { border-color: rgb(204,118,89); }

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