#CC765C

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

Shades of Japonica #CC765C

Tints of Japonica #CC765C

Color information

#CC765C (or 0xCC765C) is unknown color: approx Japonica. HEX triplet: CC, 76 and 5C. RGB value is (204,118,92). Sum of RGB (Red+Green+Blue) = 204+118+92=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC765C is #3389A3. Grayscale: #8C8C8C. Windows color (decimal): -3377572 or 6059724. OLE color: 6059724.

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

Color convert

RGB20411892-
CMYK00.420.550.2
HSL13.93º52.34%58.04%-
HSV(B)13.93º54.9%80%-
XYZ33.3126.5713.5-
YUV140.75100.49173.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=49.28%
G=28.50%
B=22.22%

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
Decimal2041189200.420.550.213.9352.3458.04
HexCC765C02A3714e343a
Octal3141661340526724166472
Binary11001100111011010111000101010110111101001110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC765C; }

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

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

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

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

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

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

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

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