Html Css Color HEX #C86F54 Japonica

📋 copy color: '#C86F54'

red 200 ◦ green 111 ◦ blue 84

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

Shades of Japonica #C86F54

Tints of Japonica #C86F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.27%

R = 50.63%
G = 28.1%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C86F54 (or 0xC86F54) is known color: Japonica. HEX triplet: C8, 6F and 54. RGB value is (200,111,84). Sum of RGB (Red+Green+Blue) = 200+111+84=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86F54 is #3790AB. Grayscale: #868686. Windows color (decimal): -3641516 or 5533640. OLE color: 5533640.

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

Color convert

RGB 200 111 84 -
CMYK 0 0.44 0.58 0.22
HSL 13.97º 0.51% 0.56% -
HSV(B) 13.97º 0.58% 0.78% -
XYZ 31.1 24.29 11.44 -
YUV 134.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 200 111 84 0 0.44 0.58 0.22 13.97 0.51 0.56
Hex C8 6F 54 0 2C 3A 16 E 33 38
Octal 310 157 124 0 54 72 26 16 63 70
Binary 11001000 1101111 1010100 0 101100 111010 10110 1110 110011 111000

Color Harmonies of #C86F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F54

Black with #C86F54

Text Example


Text Example

White with #C86F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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