Html Css Color HEX #C8715B Japonica

📋 copy color: '#C8715B'

red 200 ◦ green 113 ◦ blue 91

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

Shades of Japonica #C8715B

Tints of Japonica #C8715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 49.5%
G = 27.97%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8715B (or 0xC8715B) is known color: Japonica. HEX triplet: C8, 71 and 5B. RGB value is (200,113,91). Sum of RGB (Red+Green+Blue) = 200+113+91=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8715B is #378EA4. Grayscale: #888888. Windows color (decimal): -3640997 or 5992904. OLE color: 5992904.

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

Color convert

RGB 200 113 91 -
CMYK 0 0.44 0.54 0.22
HSL 12.11º 0.5% 0.57% -
HSV(B) 12.11º 0.55% 0.78% -
XYZ 31.61 24.84 13.03 -
YUV 136.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 200 113 91 0 0.44 0.54 0.22 12.11 0.5 0.57
Hex C8 71 5B 0 2C 36 16 C 32 39
Octal 310 161 133 0 54 66 26 14 62 71
Binary 11001000 1110001 1011011 0 101100 110110 10110 1100 110010 111001

Color Harmonies of #C8715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8715B

Black with #C8715B

Text Example


Text Example

White with #C8715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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