Html Css Color HEX #C87964 Japonica

📋 copy color: '#C87964'

red 200 ◦ green 121 ◦ blue 100

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

Shades of Japonica #C87964

Tints of Japonica #C87964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 47.51%
G = 28.74%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C87964 (or 0xC87964) is known color: Japonica. HEX triplet: C8, 79 and 64. RGB value is (200,121,100). Sum of RGB (Red+Green+Blue) = 200+121+100=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C87964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87964 is #37869B. Grayscale: #8E8E8E. Windows color (decimal): -3638940 or 6584776. OLE color: 6584776.

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

Color convert

RGB 200 121 100 -
CMYK 0 0.39 0.5 0.22
HSL 12.6º 0.48% 0.59% -
HSV(B) 12.6º 0.5% 0.78% -
XYZ 32.96 26.87 15.51 -
YUV 142.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 200 121 100 0 0.39 0.5 0.22 12.6 0.48 0.59
Hex C8 79 64 0 27 32 16 D 30 3B
Octal 310 171 144 0 47 62 26 15 60 73
Binary 11001000 1111001 1100100 0 100111 110010 10110 1101 110000 111011

Color Harmonies of #C87964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87964

Black with #C87964

Text Example


Text Example

White with #C87964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87964; }

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

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

background-color css

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

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

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

border-color css

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

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

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