#CC7564

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

Shades of Japonica #CC7564

Tints of Japonica #CC7564

Color information

#CC7564 (or 0xCC7564) is unknown color: approx Japonica. HEX triplet: CC, 75 and 64. RGB value is (204,117,100). Sum of RGB (Red+Green+Blue) = 204+117+100=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7564 is #338A9B. Grayscale: #8D8D8D. Windows color (decimal): -3377820 or 6583756. OLE color: 6583756.

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

Color convert

RGB204117100-
CMYK00.430.510.2
HSL9.81º50.49%59.61%-
HSV(B)9.81º50.98%80%-
XYZ33.5626.4815.4-
YUV141.08104.82172.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=48.46%
G=27.79%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411710000.430.510.29.8150.4959.61
HexCC756402B3314a323c
Octal3141651440536324126274
Binary11001100111010111001000101011110011101001010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7564; }

 p { color: rgb(204,117,100); }

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

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

 a { background-color: rgb(204,117,100); }

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

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

 span { border-color: rgb(204,117,100); }

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