#CC785C

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

Shades of Japonica #CC785C

Tints of Japonica #CC785C

Color information

#CC785C (or 0xCC785C) is unknown color: approx Japonica. HEX triplet: CC, 78 and 5C. RGB value is (204,120,92). Sum of RGB (Red+Green+Blue) = 204+120+92=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC785C is #3387A3. Grayscale: #8E8E8E. Windows color (decimal): -3377060 or 6060236. OLE color: 6060236.

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

Color convert

RGB20412092-
CMYK00.410.550.2
HSL15º52.34%58.04%-
HSV(B)15º54.9%80%-
XYZ33.5527.0413.58-
YUV141.9299.83172.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=49.04%
G=28.85%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041209200.410.550.21552.3458.04
HexCC785C0293714f343a
Octal3141701340516724176472
Binary11001100111100010111000101001110111101001111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC785C; }

 p { color: rgb(204,120,92); }

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

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

 a { background-color: rgb(204,120,92); }

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

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

 span { border-color: rgb(204,120,92); }

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