Html Css Color HEX #C87764 Japonica

📋 copy color: '#C87764'

red 200 ◦ green 119 ◦ blue 100

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

Shades of Japonica #C87764

Tints of Japonica #C87764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 47.73%
G = 28.4%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C87764 (or 0xC87764) is known color: Japonica. HEX triplet: C8, 77 and 64. RGB value is (200,119,100). Sum of RGB (Red+Green+Blue) = 200+119+100=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C87764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87764 is #37889B. Grayscale: #8D8D8D. Windows color (decimal): -3639452 or 6584264. OLE color: 6584264.

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

Color convert

RGB 200 119 100 -
CMYK 0 0.40 0.5 0.22
HSL 11.4º 0.48% 0.59% -
HSV(B) 11.4º 0.5% 0.78% -
XYZ 32.72 26.39 15.43 -
YUV 141.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 200 119 100 0 0.40 0.5 0.22 11.4 0.48 0.59
Hex C8 77 64 0 28 32 16 B 30 3B
Octal 310 167 144 0 50 62 26 13 60 73
Binary 11001000 1110111 1100100 0 101000 110010 10110 1011 110000 111011

Color Harmonies of #C87764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87764

Black with #C87764

Text Example


Text Example

White with #C87764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87764; }

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

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

background-color css

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

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

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

border-color css

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

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

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