Html Css Color HEX #C87961 Japonica

📋 copy color: '#C87961'

red 200 ◦ green 121 ◦ blue 97

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

Shades of Japonica #C87961

Tints of Japonica #C87961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 47.85%
G = 28.95%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C87961 (or 0xC87961) is known color: Japonica. HEX triplet: C8, 79 and 61. RGB value is (200,121,97). Sum of RGB (Red+Green+Blue) = 200+121+97=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C87961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87961 is #37869E. Grayscale: #8E8E8E. Windows color (decimal): -3638943 or 6388168. OLE color: 6388168.

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

Color convert

RGB 200 121 97 -
CMYK 0 0.39 0.52 0.22
HSL 13.98º 0.48% 0.58% -
HSV(B) 13.98º 0.52% 0.78% -
XYZ 32.81 26.82 14.76 -
YUV 141.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 200 121 97 0 0.39 0.52 0.22 13.98 0.48 0.58
Hex C8 79 61 0 27 34 16 E 30 3A
Octal 310 171 141 0 47 64 26 16 60 72
Binary 11001000 1111001 1100001 0 100111 110100 10110 1110 110000 111010

Color Harmonies of #C87961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87961

Black with #C87961

Text Example


Text Example

White with #C87961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87961; }

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

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

background-color css

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

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

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

border-color css

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

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

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