Html Css Color HEX #C8775A Japonica

📋 copy color: '#C8775A'

red 200 ◦ green 119 ◦ blue 90

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

Shades of Japonica #C8775A

Tints of Japonica #C8775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22%

R = 48.9%
G = 29.1%
B = 22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8775A (or 0xC8775A) is known color: Japonica. HEX triplet: C8, 77 and 5A. RGB value is (200,119,90). Sum of RGB (Red+Green+Blue) = 200+119+90=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8775A is #3788A5. Grayscale: #8C8C8C. Windows color (decimal): -3639462 or 5928904. OLE color: 5928904.

HSL color Cylindrical-coordinate representation of color #C8775A: hue angle of 15.82º 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 #C8775A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 119 90 -
CMYK 0 0.40 0.55 0.22
HSL 15.82º 0.5% 0.57% -
HSV(B) 15.82º 0.55% 0.78% -
XYZ 32.26 26.21 13.03 -
YUV 139.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 200 119 90 0 0.40 0.55 0.22 15.82 0.5 0.57
Hex C8 77 5A 0 28 37 16 10 32 39
Octal 310 167 132 0 50 67 26 20 62 71
Binary 11001000 1110111 1011010 0 101000 110111 10110 10000 110010 111001

Color Harmonies of #C8775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8775A

Black with #C8775A

Text Example


Text Example

White with #C8775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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