Html Css Color HEX #C86C55 Japonica

📋 copy color: '#C86C55'

red 200 ◦ green 108 ◦ blue 85

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

Shades of Japonica #C86C55

Tints of Japonica #C86C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 50.89%
G = 27.48%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C86C55 (or 0xC86C55) is known color: Japonica. HEX triplet: C8, 6C and 55. RGB value is (200,108,85). Sum of RGB (Red+Green+Blue) = 200+108+85=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C55 is #3793AA. Grayscale: #858585. Windows color (decimal): -3642283 or 5598408. OLE color: 5598408.

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

Color convert

RGB 200 108 85 -
CMYK 0 0.46 0.58 0.22
HSL 12º 0.51% 0.56% -
HSV(B) 12º 0.58% 0.78% -
XYZ 30.82 23.66 11.54 -
YUV 132.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 200 108 85 0 0.46 0.58 0.22 12 0.51 0.56
Hex C8 6C 55 0 2E 3A 16 C 33 38
Octal 310 154 125 0 56 72 26 14 63 70
Binary 11001000 1101100 1010101 0 101110 111010 10110 1100 110011 111000

Color Harmonies of #C86C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C55

Black with #C86C55

Text Example


Text Example

White with #C86C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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