Html Css Color HEX #C8775E Japonica

📋 copy color: '#C8775E'

red 200 ◦ green 119 ◦ blue 94

#C8775E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #C8775E

Tints of Japonica #C8775E

RGB

 RED value IS 200 (78.52% from 255) = 48.43%

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 48.43%
G = 28.81%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8775E (or 0xC8775E) is known color: Japonica. HEX triplet: C8, 77 and 5E. RGB value is (200,119,94). Sum of RGB (Red+Green+Blue) = 200+119+94=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8775E is #3788A1. Grayscale: #8C8C8C. Windows color (decimal): -3639458 or 6191048. OLE color: 6191048.

HSL color Cylindrical-coordinate representation of color #C8775E: hue angle of 14.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8775E is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 119 94 -
CMYK 0 0.40 0.53 0.22
HSL 14.15º 0.49% 0.58% -
HSV(B) 14.15º 0.53% 0.78% -
XYZ 32.44 26.28 13.95 -
YUV 140.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 200 119 94 0 0.40 0.53 0.22 14.15 0.49 0.58
Hex C8 77 5E 0 28 35 16 E 31 3A
Octal 310 167 136 0 50 65 26 16 61 72
Binary 11001000 1110111 1011110 0 101000 110101 10110 1110 110001 111010

Color Harmonies of #C8775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8775E

Black with #C8775E

Text Example


Text Example

White with #C8775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8775E; }

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

 H1.HeaderClassName
 {
   color: #C8775E;
 }
 .AnyTagClassName
 {
   color: #C8775E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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