#CC7258

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

Shades of Japonica #CC7258

Tints of Japonica #CC7258

Color information

#CC7258 (or 0xCC7258) is unknown color: approx Japonica. HEX triplet: CC, 72 and 58. RGB value is (204,114,88). Sum of RGB (Red+Green+Blue) = 204+114+88=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7258 is #338DA7. Grayscale: #8A8A8A. Windows color (decimal): -3378600 or 5796556. OLE color: 5796556.

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

Color convert

RGB20411488-
CMYK00.440.570.2
HSL13.45º53.21%57.25%-
HSV(B)13.45º56.86%80%-
XYZ32.6825.5812.45-
YUV137.9599.82175.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 114 (44.92% from 255) = 28.08%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=50.25%
G=28.08%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041148800.440.570.213.4553.2157.25
HexCC725802C3914d3539
Octal3141621300547124156571
Binary11001100111001010110000101100111001101001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7258; }

 p { color: rgb(204,114,88); }

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

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

 a { background-color: rgb(204,114,88); }

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

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

 span { border-color: rgb(204,114,88); }

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