Html Css Color HEX #C8745A Japonica

📋 copy color: '#C8745A'

red 200 ◦ green 116 ◦ blue 90

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

Shades of Japonica #C8745A

Tints of Japonica #C8745A

RGB

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

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

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

R = 49.26%
G = 28.57%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8745A (or 0xC8745A) is known color: Japonica. HEX triplet: C8, 74 and 5A. RGB value is (200,116,90). Sum of RGB (Red+Green+Blue) = 200+116+90=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8745A is #378BA5. Grayscale: #8A8A8A. Windows color (decimal): -3640230 or 5928136. OLE color: 5928136.

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

Color convert

RGB 200 116 90 -
CMYK 0 0.42 0.55 0.22
HSL 14.18º 0.5% 0.57% -
HSV(B) 14.18º 0.55% 0.78% -
XYZ 31.91 25.51 12.91 -
YUV 138.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 200 116 90 0 0.42 0.55 0.22 14.18 0.5 0.57
Hex C8 74 5A 0 2A 37 16 E 32 39
Octal 310 164 132 0 52 67 26 16 62 71
Binary 11001000 1110100 1011010 0 101010 110111 10110 1110 110010 111001

Color Harmonies of #C8745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8745A

Black with #C8745A

Text Example


Text Example

White with #C8745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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