Html Css Color HEX #C47458 Japonica

📋 copy color: '#C47458'

red 196 ◦ green 116 ◦ blue 88

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

Shades of Japonica #C47458

Tints of Japonica #C47458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29%

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

R = 49%
G = 29%
B = 22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C47458 (or 0xC47458) is known color: Japonica. HEX triplet: C4, 74 and 58. RGB value is (196,116,88). Sum of RGB (Red+Green+Blue) = 196+116+88=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C47458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47458 is #3B8BA7. Grayscale: #888888. Windows color (decimal): -3902376 or 5797060. OLE color: 5797060.

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

Color convert

RGB 196 116 88 -
CMYK 0 0.41 0.55 0.23
HSL 15.56º 0.48% 0.56% -
HSV(B) 15.56º 0.55% 0.77% -
XYZ 30.77 24.93 12.42 -
YUV 136.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 196 116 88 0 0.41 0.55 0.23 15.56 0.48 0.56
Hex C4 74 58 0 29 37 17 10 30 38
Octal 304 164 130 0 51 67 27 20 60 70
Binary 11000100 1110100 1011000 0 101001 110111 10111 10000 110000 111000

Color Harmonies of #C47458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47458

Black with #C47458

Text Example


Text Example

White with #C47458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47458; }

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

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

background-color css

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

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

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

border-color css

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

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

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