#CC775F

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

Shades of Japonica #CC775F

Tints of Japonica #CC775F

Color information

#CC775F (or 0xCC775F) is unknown color: approx Japonica. HEX triplet: CC, 77 and 5F. RGB value is (204,119,95). Sum of RGB (Red+Green+Blue) = 204+119+95=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC775F is #3388A0. Grayscale: #8D8D8D. Windows color (decimal): -3377313 or 6256588. OLE color: 6256588.

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

Color convert

RGB20411995-
CMYK00.420.530.2
HSL13.21º51.66%58.63%-
HSV(B)13.21º53.43%80%-
XYZ33.5626.8614.24-
YUV141.68101.66172.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=48.80%
G=28.47%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041199500.420.530.213.2151.6658.63
HexCC775F02A3514d343b
Octal3141671370526524156473
Binary11001100111011110111110101010110101101001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC775F; }

 p { color: rgb(204,119,95); }

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

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

 a { background-color: rgb(204,119,95); }

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

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

 span { border-color: rgb(204,119,95); }

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