Html Css Color HEX #C8795B Japonica

📋 copy color: '#C8795B'

red 200 ◦ green 121 ◦ blue 91

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

Shades of Japonica #C8795B

Tints of Japonica #C8795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 48.54%
G = 29.37%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8795B (or 0xC8795B) is known color: Japonica. HEX triplet: C8, 79 and 5B. RGB value is (200,121,91). Sum of RGB (Red+Green+Blue) = 200+121+91=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8795B is #3786A4. Grayscale: #8D8D8D. Windows color (decimal): -3638949 or 5994952. OLE color: 5994952.

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

Color convert

RGB 200 121 91 -
CMYK 0 0.39 0.54 0.22
HSL 16.51º 0.5% 0.57% -
HSV(B) 16.51º 0.55% 0.78% -
XYZ 32.55 26.71 13.34 -
YUV 141.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 200 121 91 0 0.39 0.54 0.22 16.51 0.5 0.57
Hex C8 79 5B 0 27 36 16 11 32 39
Octal 310 171 133 0 47 66 26 21 62 71
Binary 11001000 1111001 1011011 0 100111 110110 10110 10001 110010 111001

Color Harmonies of #C8795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8795B

Black with #C8795B

Text Example


Text Example

White with #C8795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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