Html Css Color HEX #C87755 Japonica

📋 copy color: '#C87755'

red 200 ◦ green 119 ◦ blue 85

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

Shades of Japonica #C87755

Tints of Japonica #C87755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.46%

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

R = 49.5%
G = 29.46%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C87755 (or 0xC87755) is known color: Japonica. HEX triplet: C8, 77 and 55. RGB value is (200,119,85). Sum of RGB (Red+Green+Blue) = 200+119+85=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C87755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87755 is #3788AA. Grayscale: #8B8B8B. Windows color (decimal): -3639467 or 5601224. OLE color: 5601224.

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

Color convert

RGB 200 119 85 -
CMYK 0 0.40 0.58 0.22
HSL 17.74º 0.51% 0.56% -
HSV(B) 17.74º 0.58% 0.78% -
XYZ 32.06 26.13 11.95 -
YUV 139.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 200 119 85 0 0.40 0.58 0.22 17.74 0.51 0.56
Hex C8 77 55 0 28 3A 16 12 33 38
Octal 310 167 125 0 50 72 26 22 63 70
Binary 11001000 1110111 1010101 0 101000 111010 10110 10010 110011 111000

Color Harmonies of #C87755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87755

Black with #C87755

Text Example


Text Example

White with #C87755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87755; }

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

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

background-color css

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

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

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

border-color css

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

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

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