Html Css Color HEX #C8735B Japonica

📋 copy color: '#C8735B'

red 200 ◦ green 115 ◦ blue 91

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

Shades of Japonica #C8735B

Tints of Japonica #C8735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.33%

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

R = 49.26%
G = 28.33%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8735B (or 0xC8735B) is known color: Japonica. HEX triplet: C8, 73 and 5B. RGB value is (200,115,91). Sum of RGB (Red+Green+Blue) = 200+115+91=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8735B is #378CA4. Grayscale: #898989. Windows color (decimal): -3640485 or 5993416. OLE color: 5993416.

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

Color convert

RGB 200 115 91 -
CMYK 0 0.42 0.54 0.22
HSL 13.21º 0.5% 0.57% -
HSV(B) 13.21º 0.55% 0.78% -
XYZ 31.84 25.3 13.1 -
YUV 137.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 200 115 91 0 0.42 0.54 0.22 13.21 0.5 0.57
Hex C8 73 5B 0 2A 36 16 D 32 39
Octal 310 163 133 0 52 66 26 15 62 71
Binary 11001000 1110011 1011011 0 101010 110110 10110 1101 110010 111001

Color Harmonies of #C8735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8735B

Black with #C8735B

Text Example


Text Example

White with #C8735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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