Html Css Color HEX #C86D5D Japonica

📋 copy color: '#C86D5D'

red 200 ◦ green 109 ◦ blue 93

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

Shades of Japonica #C86D5D

Tints of Japonica #C86D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 49.75%
G = 27.11%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C86D5D (or 0xC86D5D) is known color: Japonica. HEX triplet: C8, 6D and 5D. RGB value is (200,109,93). Sum of RGB (Red+Green+Blue) = 200+109+93=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D5D is #3792A2. Grayscale: #868686. Windows color (decimal): -3642019 or 6122952. OLE color: 6122952.

HSL color Cylindrical-coordinate representation of color #C86D5D: hue angle of 8.97º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C86D5D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 109 93 -
CMYK 0 0.46 0.54 0.22
HSL 8.97º 0.49% 0.57% -
HSV(B) 8.97º 0.54% 0.78% -
XYZ 31.26 24.01 13.34 -
YUV 134.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 200 109 93 0 0.46 0.54 0.22 8.97 0.49 0.57
Hex C8 6D 5D 0 2E 36 16 9 31 39
Octal 310 155 135 0 56 66 26 11 61 71
Binary 11001000 1101101 1011101 0 101110 110110 10110 1001 110001 111001

Color Harmonies of #C86D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D5D

Black with #C86D5D

Text Example


Text Example

White with #C86D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D5D; }

 p { color: rgb(200,109,93); }

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

background-color css

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

 a { background-color: rgb(200,109,93); }

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

border-color css

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

 span { border-color: rgb(200,109,93); }

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