Html Css Color HEX #C8795A Japonica

📋 copy color: '#C8795A'

red 200 ◦ green 121 ◦ blue 90

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

Shades of Japonica #C8795A

Tints of Japonica #C8795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.44%

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

R = 48.66%
G = 29.44%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8795A (or 0xC8795A) is known color: Japonica. HEX triplet: C8, 79 and 5A. RGB value is (200,121,90). Sum of RGB (Red+Green+Blue) = 200+121+90=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8795A is #3786A5. Grayscale: #8D8D8D. Windows color (decimal): -3638950 or 5929416. OLE color: 5929416.

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

Color convert

RGB 200 121 90 -
CMYK 0 0.39 0.55 0.22
HSL 16.91º 0.5% 0.57% -
HSV(B) 16.91º 0.55% 0.78% -
XYZ 32.5 26.69 13.11 -
YUV 141.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 200 121 90 0 0.39 0.55 0.22 16.91 0.5 0.57
Hex C8 79 5A 0 27 37 16 11 32 39
Octal 310 171 132 0 47 67 26 21 62 71
Binary 11001000 1111001 1011010 0 100111 110111 10110 10001 110010 111001

Color Harmonies of #C8795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8795A

Black with #C8795A

Text Example


Text Example

White with #C8795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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