Html Css Color HEX #C8745B Japonica

📋 copy color: '#C8745B'

red 200 ◦ green 116 ◦ blue 91

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

Shades of Japonica #C8745B

Tints of Japonica #C8745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 49.14%
G = 28.5%
B = 22.36%

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

#C8745B (or 0xC8745B) is known color: Japonica. HEX triplet: C8, 74 and 5B. RGB value is (200,116,91). Sum of RGB (Red+Green+Blue) = 200+116+91=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8745B is #378BA4. Grayscale: #8A8A8A. Windows color (decimal): -3640229 or 5993672. OLE color: 5993672.

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

Color convert

RGB 200 116 91 -
CMYK 0 0.42 0.54 0.22
HSL 13.76º 0.5% 0.57% -
HSV(B) 13.76º 0.55% 0.78% -
XYZ 31.95 25.53 13.14 -
YUV 138.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 200 116 91 0 0.42 0.54 0.22 13.76 0.5 0.57
Hex C8 74 5B 0 2A 36 16 E 32 39
Octal 310 164 133 0 52 66 26 16 62 71
Binary 11001000 1110100 1011011 0 101010 110110 10110 1110 110010 111001

Color Harmonies of #C8745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8745B

Black with #C8745B

Text Example


Text Example

White with #C8745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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