Html Css Color HEX #C86B59 Japonica

📋 copy color: '#C86B59'

red 200 ◦ green 107 ◦ blue 89

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

Shades of Japonica #C86B59

Tints of Japonica #C86B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 89 (35.16% from 255) = 22.47%

R = 50.51%
G = 27.02%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C86B59 (or 0xC86B59) is known color: Japonica. HEX triplet: C8, 6B and 59. RGB value is (200,107,89). Sum of RGB (Red+Green+Blue) = 200+107+89=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B59 is #3794A6. Grayscale: #848484. Windows color (decimal): -3642535 or 5860296. OLE color: 5860296.

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

Color convert

RGB 200 107 89 -
CMYK 0 0.46 0.56 0.22
HSL 9.73º 0.5% 0.57% -
HSV(B) 9.73º 0.56% 0.78% -
XYZ 30.88 23.52 12.36 -
YUV 132.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 200 107 89 0 0.46 0.56 0.22 9.73 0.5 0.57
Hex C8 6B 59 0 2E 38 16 A 32 39
Octal 310 153 131 0 56 70 26 12 62 71
Binary 11001000 1101011 1011001 0 101110 111000 10110 1010 110010 111001

Color Harmonies of #C86B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B59

Black with #C86B59

Text Example


Text Example

White with #C86B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B59; }

 p { color: rgb(200,107,89); }

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

background-color css

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

 a { background-color: rgb(200,107,89); }

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

border-color css

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

 span { border-color: rgb(200,107,89); }

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