Html Css Color HEX #C87354 Japonica

📋 copy color: '#C87354'

red 200 ◦ green 115 ◦ blue 84

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

Shades of Japonica #C87354

Tints of Japonica #C87354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

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

R = 50.13%
G = 28.82%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C87354 (or 0xC87354) is known color: Japonica. HEX triplet: C8, 73 and 54. RGB value is (200,115,84). Sum of RGB (Red+Green+Blue) = 200+115+84=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C87354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87354 is #378CAB. Grayscale: #898989. Windows color (decimal): -3640492 or 5534664. OLE color: 5534664.

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

Color convert

RGB 200 115 84 -
CMYK 0 0.42 0.58 0.22
HSL 16.03º 0.51% 0.56% -
HSV(B) 16.03º 0.58% 0.78% -
XYZ 31.55 25.18 11.59 -
YUV 136.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 200 115 84 0 0.42 0.58 0.22 16.03 0.51 0.56
Hex C8 73 54 0 2A 3A 16 10 33 38
Octal 310 163 124 0 52 72 26 20 63 70
Binary 11001000 1110011 1010100 0 101010 111010 10110 10000 110011 111000

Color Harmonies of #C87354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87354

Black with #C87354

Text Example


Text Example

White with #C87354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87354; }

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

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

background-color css

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

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

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

border-color css

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

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

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