#CC765F

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

Shades of Japonica #CC765F

Tints of Japonica #CC765F

Color information

#CC765F (or 0xCC765F) is unknown color: approx Japonica. HEX triplet: CC, 76 and 5F. RGB value is (204,118,95). Sum of RGB (Red+Green+Blue) = 204+118+95=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC765F is #3389A0. Grayscale: #8D8D8D. Windows color (decimal): -3377569 or 6256332. OLE color: 6256332.

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

Color convert

RGB20411895-
CMYK00.420.530.2
HSL12.66º51.66%58.63%-
HSV(B)12.66º53.43%80%-
XYZ33.4526.6214.2-
YUV141.09101.99172.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=48.92%
G=28.30%
B=22.78%

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
Decimal2041189500.420.530.212.6651.6658.63
HexCC765F02A3514d343b
Octal3141661370526524156473
Binary11001100111011010111110101010110101101001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC765F; }

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

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

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

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

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

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

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

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