Html Css Color HEX #C47355 Japonica

📋 copy color: '#C47355'

red 196 ◦ green 115 ◦ blue 85

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

Shades of Japonica #C47355

Tints of Japonica #C47355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

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

R = 49.49%
G = 29.04%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47355 (or 0xC47355) is known color: Japonica. HEX triplet: C4, 73 and 55. RGB value is (196,115,85). Sum of RGB (Red+Green+Blue) = 196+115+85=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47355 is #3B8CAA. Grayscale: #888888. Windows color (decimal): -3902635 or 5600196. OLE color: 5600196.

HSL color Cylindrical-coordinate representation of color #C47355: hue angle of 16.22º 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 #C47355 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 115 85 -
CMYK 0 0.41 0.57 0.23
HSL 16.22º 0.48% 0.55% -
HSV(B) 16.22º 0.57% 0.77% -
XYZ 30.54 24.65 11.74 -
YUV 135.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 196 115 85 0 0.41 0.57 0.23 16.22 0.48 0.55
Hex C4 73 55 0 29 39 17 10 30 37
Octal 304 163 125 0 51 71 27 20 60 67
Binary 11000100 1110011 1010101 0 101001 111001 10111 10000 110000 110111

Color Harmonies of #C47355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47355

Black with #C47355

Text Example


Text Example

White with #C47355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47355; }

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

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

background-color css

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

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

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

border-color css

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

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

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