#CC7862

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

Shades of Japonica #CC7862

Tints of Japonica #CC7862

Color information

#CC7862 (or 0xCC7862) is unknown color: approx Japonica. HEX triplet: CC, 78 and 62. RGB value is (204,120,98). Sum of RGB (Red+Green+Blue) = 204+120+98=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7862 is #33879D. Grayscale: #8E8E8E. Windows color (decimal): -3377054 or 6453452. OLE color: 6453452.

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

Color convert

RGB20412098-
CMYK00.410.520.2
HSL12.45º50.96%59.22%-
HSV(B)12.45º51.96%80%-
XYZ33.8227.1515.01-
YUV142.61102.83171.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=48.34%
G=28.44%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041209800.410.520.212.4550.9659.22
HexCC78620293414c333b
Octal3141701420516424146373
Binary11001100111100011000100101001110100101001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7862; }

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

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

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

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

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

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

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

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