#CC765B

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

Shades of Japonica #CC765B

Tints of Japonica #CC765B

Color information

#CC765B (or 0xCC765B) is unknown color: approx Japonica. HEX triplet: CC, 76 and 5B. RGB value is (204,118,91). Sum of RGB (Red+Green+Blue) = 204+118+91=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC765B is #3389A4. Grayscale: #8C8C8C. Windows color (decimal): -3377573 or 5994188. OLE color: 5994188.

HSL color Cylindrical-coordinate representation of color #CC765B: hue angle of 14.34º degrees, saturation: 0.53, 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 #CC765B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20411891-
CMYK00.420.550.2
HSL14.34º52.56%57.84%-
HSV(B)14.34º55.39%80%-
XYZ33.2726.5513.27-
YUV140.6499.99173.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 91 (35.94% from 255) = 22.03%
R=49.39%
G=28.57%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041189100.420.550.214.3452.5657.84
HexCC765B02A3714e353a
Octal3141661330526724166572
Binary11001100111011010110110101010110111101001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC765B; }

 p { color: rgb(204,118,91); }

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

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

 a { background-color: rgb(204,118,91); }

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

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

 span { border-color: rgb(204,118,91); }

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