#C8775B

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

Shades of Japonica #C8775B

Tints of Japonica #C8775B

Color information

#C8775B (or 0xC8775B) is unknown color: approx Japonica. HEX triplet: C8, 77 and 5B. RGB value is (200,119,91). Sum of RGB (Red+Green+Blue) = 200+119+91=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8775B is #3788A4. Grayscale: #8C8C8C. Windows color (decimal): -3639461 or 5994440. OLE color: 5994440.

HSL color Cylindrical-coordinate representation of color #C8775B: hue angle of 15.41º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8775B is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20011991-
CMYK00.400.540.22
HSL15.41º49.77%57.06%-
HSV(B)15.41º54.5%78.43%-
XYZ32.326.2313.26-
YUV140.03100.34170.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 91 (35.94% from 255) = 22.20%
R=48.78%
G=29.02%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001199100.400.540.2215.4149.7757.06
HexC8775B0283616f3239
Octal3101671330506626176271
Binary11001000111011110110110101000110110101101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8775B; }

 p { color: rgb(200,119,91); }

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

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

 a { background-color: rgb(200,119,91); }

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

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

 span { border-color: rgb(200,119,91); }

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