Html Css Color HEX #C86F59 Japonica

📋 copy color: '#C86F59'

red 200 ◦ green 111 ◦ blue 89

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

Shades of Japonica #C86F59

Tints of Japonica #C86F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 50%
G = 27.75%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C86F59 (or 0xC86F59) is known color: Japonica. HEX triplet: C8, 6F and 59. RGB value is (200,111,89). Sum of RGB (Red+Green+Blue) = 200+111+89=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F59 is #3790A6. Grayscale: #878787. Windows color (decimal): -3641511 or 5861320. OLE color: 5861320.

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

Color convert

RGB 200 111 89 -
CMYK 0 0.44 0.56 0.22
HSL 11.89º 0.5% 0.57% -
HSV(B) 11.89º 0.56% 0.78% -
XYZ 31.31 24.37 12.5 -
YUV 135.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 200 111 89 0 0.44 0.56 0.22 11.89 0.5 0.57
Hex C8 6F 59 0 2C 38 16 C 32 39
Octal 310 157 131 0 54 70 26 14 62 71
Binary 11001000 1101111 1011001 0 101100 111000 10110 1100 110010 111001

Color Harmonies of #C86F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F59

Black with #C86F59

Text Example


Text Example

White with #C86F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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