Html Css Color HEX #C86C57 Japonica

📋 copy color: '#C86C57'

red 200 ◦ green 108 ◦ blue 87

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

Shades of Japonica #C86C57

Tints of Japonica #C86C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.34%

 BLUE value IS 87 (34.38% from 255) = 22.03%

R = 50.63%
G = 27.34%
B = 22.03%

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

#C86C57 (or 0xC86C57) is known color: Japonica. HEX triplet: C8, 6C and 57. RGB value is (200,108,87). Sum of RGB (Red+Green+Blue) = 200+108+87=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C57 is #3793A8. Grayscale: #858585. Windows color (decimal): -3642281 or 5729480. OLE color: 5729480.

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

Color convert

RGB 200 108 87 -
CMYK 0 0.46 0.56 0.22
HSL 11.15º 0.51% 0.56% -
HSV(B) 11.15º 0.57% 0.78% -
XYZ 30.9 23.69 11.96 -
YUV 133.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 200 108 87 0 0.46 0.56 0.22 11.15 0.51 0.56
Hex C8 6C 57 0 2E 38 16 B 33 38
Octal 310 154 127 0 56 70 26 13 63 70
Binary 11001000 1101100 1010111 0 101110 111000 10110 1011 110011 111000

Color Harmonies of #C86C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C57

Black with #C86C57

Text Example


Text Example

White with #C86C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C57; }

 p { color: rgb(200,108,87); }

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

background-color css

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

 a { background-color: rgb(200,108,87); }

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

border-color css

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

 span { border-color: rgb(200,108,87); }

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