Html Css Color HEX #C47961 Japonica

📋 copy color: '#C47961'

red 196 ◦ green 121 ◦ blue 97

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

Shades of Japonica #C47961

Tints of Japonica #C47961

RGB

 RED value IS 196 (76.95% from 255) = 47.34%

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

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

R = 47.34%
G = 29.23%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C47961 (or 0xC47961) is known color: Japonica. HEX triplet: C4, 79 and 61. RGB value is (196,121,97). Sum of RGB (Red+Green+Blue) = 196+121+97=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C47961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47961 is #3B869E. Grayscale: #8C8C8C. Windows color (decimal): -3901087 or 6388164. OLE color: 6388164.

HSL color Cylindrical-coordinate representation of color #C47961: hue angle of 14.55º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C47961 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 97 -
CMYK 0 0.38 0.51 0.23
HSL 14.55º 0.46% 0.57% -
HSV(B) 14.55º 0.51% 0.77% -
XYZ 31.76 26.27 14.71 -
YUV 140.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 196 121 97 0 0.38 0.51 0.23 14.55 0.46 0.57
Hex C4 79 61 0 26 33 17 F 2E 39
Octal 304 171 141 0 46 63 27 17 56 71
Binary 11000100 1111001 1100001 0 100110 110011 10111 1111 101110 111001

Color Harmonies of #C47961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47961

Black with #C47961

Text Example


Text Example

White with #C47961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47961; }

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

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

background-color css

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

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

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

border-color css

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

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

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