Html Css Color HEX #C87455 Japonica

📋 copy color: '#C87455'

red 200 ◦ green 116 ◦ blue 85

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

Shades of Japonica #C87455

Tints of Japonica #C87455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 49.88%
G = 28.93%
B = 21.2%

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

#C87455 (or 0xC87455) is known color: Japonica. HEX triplet: C8, 74 and 55. RGB value is (200,116,85). Sum of RGB (Red+Green+Blue) = 200+116+85=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C87455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87455 is #378BAA. Grayscale: #898989. Windows color (decimal): -3640235 or 5600456. OLE color: 5600456.

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

Color convert

RGB 200 116 85 -
CMYK 0 0.42 0.58 0.22
HSL 16.17º 0.51% 0.56% -
HSV(B) 16.17º 0.58% 0.78% -
XYZ 31.7 25.43 11.83 -
YUV 137.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 200 116 85 0 0.42 0.58 0.22 16.17 0.51 0.56
Hex C8 74 55 0 2A 3A 16 10 33 38
Octal 310 164 125 0 52 72 26 20 63 70
Binary 11001000 1110100 1010101 0 101010 111010 10110 10000 110011 111000

Color Harmonies of #C87455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87455

Black with #C87455

Text Example


Text Example

White with #C87455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87455; }

 p { color: rgb(200,116,85); }

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

background-color css

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

 a { background-color: rgb(200,116,85); }

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

border-color css

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

 span { border-color: rgb(200,116,85); }

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