Html Css Color HEX #C86A55 Japonica

📋 copy color: '#C86A55'

red 200 ◦ green 106 ◦ blue 85

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

Shades of Japonica #C86A55

Tints of Japonica #C86A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

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

R = 51.15%
G = 27.11%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C86A55 (or 0xC86A55) is known color: Japonica. HEX triplet: C8, 6A and 55. RGB value is (200,106,85). Sum of RGB (Red+Green+Blue) = 200+106+85=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A55 is #3795AA. Grayscale: #838383. Windows color (decimal): -3642795 or 5597896. OLE color: 5597896.

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

Color convert

RGB 200 106 85 -
CMYK 0 0.47 0.58 0.22
HSL 10.96º 0.51% 0.56% -
HSV(B) 10.96º 0.58% 0.78% -
XYZ 30.61 23.24 11.47 -
YUV 131.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 200 106 85 0 0.47 0.58 0.22 10.96 0.51 0.56
Hex C8 6A 55 0 2F 3A 16 B 33 38
Octal 310 152 125 0 57 72 26 13 63 70
Binary 11001000 1101010 1010101 0 101111 111010 10110 1011 110011 111000

Color Harmonies of #C86A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A55

Black with #C86A55

Text Example


Text Example

White with #C86A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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