#C4755F

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

Shades of Japonica #C4755F

Tints of Japonica #C4755F

Color information

#C4755F (or 0xC4755F) is unknown color: approx Japonica. HEX triplet: C4, 75 and 5F. RGB value is (196,117,95). Sum of RGB (Red+Green+Blue) = 196+117+95=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4755F is #3B8AA0. Grayscale: #8A8A8A. Windows color (decimal): -3902113 or 6256068. OLE color: 6256068.

HSL color Cylindrical-coordinate representation of color #C4755F: hue angle of 13.07º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4755F is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19611795-
CMYK00.400.520.23
HSL13.07º46.12%57.06%-
HSV(B)13.07º51.53%76.86%-
XYZ31.1925.2814.06-
YUV138.11103.67169.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=48.04%
G=28.68%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961179500.400.520.2313.0746.1257.06
HexC4755F0283417d2e39
Octal3041651370506427155671
Binary11000100111010110111110101000110100101111101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4755F; }

 p { color: rgb(196,117,95); }

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

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

 a { background-color: rgb(196,117,95); }

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

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

 span { border-color: rgb(196,117,95); }

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