Html Css Color HEX #C47958 Japonica

📋 copy color: '#C47958'

red 196 ◦ green 121 ◦ blue 88

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

Shades of Japonica #C47958

Tints of Japonica #C47958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 48.4%
G = 29.88%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C47958 (or 0xC47958) is known color: Japonica. HEX triplet: C4, 79 and 58. RGB value is (196,121,88). Sum of RGB (Red+Green+Blue) = 196+121+88=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C47958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47958 is #3B86A7. Grayscale: #8B8B8B. Windows color (decimal): -3901096 or 5798340. OLE color: 5798340.

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

Color convert

RGB 196 121 88 -
CMYK 0 0.38 0.55 0.23
HSL 18.33º 0.48% 0.56% -
HSV(B) 18.33º 0.55% 0.77% -
XYZ 31.36 26.12 12.62 -
YUV 139.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 196 121 88 0 0.38 0.55 0.23 18.33 0.48 0.56
Hex C4 79 58 0 26 37 17 12 30 38
Octal 304 171 130 0 46 67 27 22 60 70
Binary 11000100 1111001 1011000 0 100110 110111 10111 10010 110000 111000

Color Harmonies of #C47958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47958

Black with #C47958

Text Example


Text Example

White with #C47958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47958; }

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

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

background-color css

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

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

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

border-color css

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

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

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