Html Css Color HEX #C86C5B Japonica

📋 copy color: '#C86C5B'

red 200 ◦ green 108 ◦ blue 91

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

Shades of Japonica #C86C5B

Tints of Japonica #C86C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

 BLUE value IS 91 (35.94% from 255) = 22.81%

R = 50.13%
G = 27.07%
B = 22.81%

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

#C86C5B (or 0xC86C5B) is known color: Japonica. HEX triplet: C8, 6C and 5B. RGB value is (200,108,91). Sum of RGB (Red+Green+Blue) = 200+108+91=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C5B is #3793A4. Grayscale: #858585. Windows color (decimal): -3642277 or 5991624. OLE color: 5991624.

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

Color convert

RGB 200 108 91 -
CMYK 0 0.46 0.54 0.22
HSL 9.36º 0.5% 0.57% -
HSV(B) 9.36º 0.55% 0.78% -
XYZ 31.07 23.76 12.85 -
YUV 133.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 200 108 91 0 0.46 0.54 0.22 9.36 0.5 0.57
Hex C8 6C 5B 0 2E 36 16 9 32 39
Octal 310 154 133 0 56 66 26 11 62 71
Binary 11001000 1101100 1011011 0 101110 110110 10110 1001 110010 111001

Color Harmonies of #C86C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C5B

Black with #C86C5B

Text Example


Text Example

White with #C86C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C5B; }

 p { color: rgb(200,108,91); }

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

background-color css

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

 a { background-color: rgb(200,108,91); }

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

border-color css

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

 span { border-color: rgb(200,108,91); }

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