Html Css Color HEX #C47855 Japonica

📋 copy color: '#C47855'

red 196 ◦ green 120 ◦ blue 85

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

Shades of Japonica #C47855

Tints of Japonica #C47855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.93%

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

R = 48.88%
G = 29.93%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47855 (or 0xC47855) is known color: Japonica. HEX triplet: C4, 78 and 55. RGB value is (196,120,85). Sum of RGB (Red+Green+Blue) = 196+120+85=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C47855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47855 is #3B87AA. Grayscale: #8A8A8A. Windows color (decimal): -3901355 or 5601476. OLE color: 5601476.

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

Color convert

RGB 196 120 85 -
CMYK 0 0.39 0.57 0.23
HSL 18.92º 0.48% 0.55% -
HSV(B) 18.92º 0.57% 0.77% -
XYZ 31.12 25.82 11.94 -
YUV 138.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 196 120 85 0 0.39 0.57 0.23 18.92 0.48 0.55
Hex C4 78 55 0 27 39 17 13 30 37
Octal 304 170 125 0 47 71 27 23 60 67
Binary 11000100 1111000 1010101 0 100111 111001 10111 10011 110000 110111

Color Harmonies of #C47855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47855

Black with #C47855

Text Example


Text Example

White with #C47855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47855; }

 p { color: rgb(196,120,85); }

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

background-color css

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

 a { background-color: rgb(196,120,85); }

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

border-color css

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

 span { border-color: rgb(196,120,85); }

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