Html Css Color HEX #C47055 Japonica

📋 copy color: '#C47055'

red 196 ◦ green 112 ◦ blue 85

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

Shades of Japonica #C47055

Tints of Japonica #C47055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

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

R = 49.87%
G = 28.5%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47055 (or 0xC47055) is known color: Japonica. HEX triplet: C4, 70 and 55. RGB value is (196,112,85). Sum of RGB (Red+Green+Blue) = 196+112+85=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C47055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47055 is #3B8FAA. Grayscale: #868686. Windows color (decimal): -3903403 or 5599428. OLE color: 5599428.

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

Color convert

RGB 196 112 85 -
CMYK 0 0.43 0.57 0.23
HSL 14.59º 0.48% 0.55% -
HSV(B) 14.59º 0.57% 0.77% -
XYZ 30.2 23.98 11.63 -
YUV 134.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 196 112 85 0 0.43 0.57 0.23 14.59 0.48 0.55
Hex C4 70 55 0 2B 39 17 F 30 37
Octal 304 160 125 0 53 71 27 17 60 67
Binary 11000100 1110000 1010101 0 101011 111001 10111 1111 110000 110111

Color Harmonies of #C47055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47055

Black with #C47055

Text Example


Text Example

White with #C47055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47055; }

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

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

background-color css

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

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

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

border-color css

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

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

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