Html Css Color HEX #C86E5A Japonica

📋 copy color: '#C86E5A'

red 200 ◦ green 110 ◦ blue 90

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

Shades of Japonica #C86E5A

Tints of Japonica #C86E5A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 50%
G = 27.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C86E5A (or 0xC86E5A) is known color: Japonica. HEX triplet: C8, 6E and 5A. RGB value is (200,110,90). Sum of RGB (Red+Green+Blue) = 200+110+90=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E5A is #3791A5. Grayscale: #868686. Windows color (decimal): -3641766 or 5926600. OLE color: 5926600.

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

Color convert

RGB 200 110 90 -
CMYK 0 0.45 0.55 0.22
HSL 10.91º 0.5% 0.57% -
HSV(B) 10.91º 0.55% 0.78% -
XYZ 31.24 24.17 12.69 -
YUV 134.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 200 110 90 0 0.45 0.55 0.22 10.91 0.5 0.57
Hex C8 6E 5A 0 2D 37 16 B 32 39
Octal 310 156 132 0 55 67 26 13 62 71
Binary 11001000 1101110 1011010 0 101101 110111 10110 1011 110010 111001

Color Harmonies of #C86E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E5A

Black with #C86E5A

Text Example


Text Example

White with #C86E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E5A; }

 p { color: rgb(200,110,90); }

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

background-color css

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

 a { background-color: rgb(200,110,90); }

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

border-color css

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

 span { border-color: rgb(200,110,90); }

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