Html Css Color HEX #C86A53 Japonica

📋 copy color: '#C86A53'

red 200 ◦ green 106 ◦ blue 83

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

Shades of Japonica #C86A53

Tints of Japonica #C86A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.34%

R = 51.41%
G = 27.25%
B = 21.34%

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

#C86A53 (or 0xC86A53) is known color: Japonica. HEX triplet: C8, 6A and 53. RGB value is (200,106,83). Sum of RGB (Red+Green+Blue) = 200+106+83=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A53 is #3795AC. Grayscale: #838383. Windows color (decimal): -3642797 or 5466824. OLE color: 5466824.

HSL color Cylindrical-coordinate representation of color #C86A53: hue angle of 11.79º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C86A53 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 83 -
CMYK 0 0.47 0.58 0.22
HSL 11.79º 0.52% 0.55% -
HSV(B) 11.79º 0.59% 0.78% -
XYZ 30.53 23.21 11.05 -
YUV 131.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 200 106 83 0 0.47 0.58 0.22 11.79 0.52 0.55
Hex C8 6A 53 0 2F 3A 16 C 34 37
Octal 310 152 123 0 57 72 26 14 64 67
Binary 11001000 1101010 1010011 0 101111 111010 10110 1100 110100 110111

Color Harmonies of #C86A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A53

Black with #C86A53

Text Example


Text Example

White with #C86A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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