Html Css Color HEX #C87054 Japonica

📋 copy color: '#C87054'

red 200 ◦ green 112 ◦ blue 84

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

Shades of Japonica #C87054

Tints of Japonica #C87054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 50.51%
G = 28.28%
B = 21.21%

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

#C87054 (or 0xC87054) is known color: Japonica. HEX triplet: C8, 70 and 54. RGB value is (200,112,84). Sum of RGB (Red+Green+Blue) = 200+112+84=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C87054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87054 is #378FAB. Grayscale: #878787. Windows color (decimal): -3641260 or 5533896. OLE color: 5533896.

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

Color convert

RGB 200 112 84 -
CMYK 0 0.44 0.58 0.22
HSL 14.48º 0.51% 0.56% -
HSV(B) 14.48º 0.58% 0.78% -
XYZ 31.21 24.51 11.47 -
YUV 135.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 200 112 84 0 0.44 0.58 0.22 14.48 0.51 0.56
Hex C8 70 54 0 2C 3A 16 E 33 38
Octal 310 160 124 0 54 72 26 16 63 70
Binary 11001000 1110000 1010100 0 101100 111010 10110 1110 110011 111000

Color Harmonies of #C87054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87054

Black with #C87054

Text Example


Text Example

White with #C87054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87054; }

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

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

background-color css

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

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

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

border-color css

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

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

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