#CC795E

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

Shades of Japonica #CC795E

Tints of Japonica #CC795E

Color information

#CC795E (or 0xCC795E) is unknown color: approx Japonica. HEX triplet: CC, 79 and 5E. RGB value is (204,121,94). Sum of RGB (Red+Green+Blue) = 204+121+94=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC795E is #3386A1. Grayscale: #8E8E8E. Windows color (decimal): -3376802 or 6191564. OLE color: 6191564.

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

Color convert

RGB20412194-
CMYK00.410.540.2
HSL14.73º51.89%58.43%-
HSV(B)14.73º53.92%80%-
XYZ33.7627.3214.08-
YUV142.74100.5171.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=48.69%
G=28.88%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041219400.410.540.214.7351.8958.43
HexCC795E0293614f343a
Octal3141711360516624176472
Binary11001100111100110111100101001110110101001111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC795E; }

 p { color: rgb(204,121,94); }

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

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

 a { background-color: rgb(204,121,94); }

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

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

 span { border-color: rgb(204,121,94); }

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