Html Css Color HEX #C86F56 Japonica

📋 copy color: '#C86F56'

red 200 ◦ green 111 ◦ blue 86

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

Shades of Japonica #C86F56

Tints of Japonica #C86F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 50.38%
G = 27.96%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C86F56 (or 0xC86F56) is known color: Japonica. HEX triplet: C8, 6F and 56. RGB value is (200,111,86). Sum of RGB (Red+Green+Blue) = 200+111+86=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F56 is #3790A9. Grayscale: #868686. Windows color (decimal): -3641514 or 5664712. OLE color: 5664712.

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

Color convert

RGB 200 111 86 -
CMYK 0 0.44 0.57 0.22
HSL 13.16º 0.51% 0.56% -
HSV(B) 13.16º 0.57% 0.78% -
XYZ 31.18 24.32 11.85 -
YUV 134.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 200 111 86 0 0.44 0.57 0.22 13.16 0.51 0.56
Hex C8 6F 56 0 2C 39 16 D 33 38
Octal 310 157 126 0 54 71 26 15 63 70
Binary 11001000 1101111 1010110 0 101100 111001 10110 1101 110011 111000

Color Harmonies of #C86F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F56

Black with #C86F56

Text Example


Text Example

White with #C86F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F56; }

 p { color: rgb(200,111,86); }

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

background-color css

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

 a { background-color: rgb(200,111,86); }

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

border-color css

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

 span { border-color: rgb(200,111,86); }

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