Html Css Color HEX #C47A61 Japonica

📋 copy color: '#C47A61'

red 196 ◦ green 122 ◦ blue 97

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

Shades of Japonica #C47A61

Tints of Japonica #C47A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 47.23%
G = 29.4%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C47A61 (or 0xC47A61) is known color: Japonica. HEX triplet: C4, 7A and 61. RGB value is (196,122,97). Sum of RGB (Red+Green+Blue) = 196+122+97=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A61 is #3B859E. Grayscale: #8D8D8D. Windows color (decimal): -3900831 or 6388420. OLE color: 6388420.

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

Color convert

RGB 196 122 97 -
CMYK 0 0.38 0.51 0.23
HSL 15.15º 0.46% 0.57% -
HSV(B) 15.15º 0.51% 0.77% -
XYZ 31.88 26.52 14.75 -
YUV 141.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 196 122 97 0 0.38 0.51 0.23 15.15 0.46 0.57
Hex C4 7A 61 0 26 33 17 F 2E 39
Octal 304 172 141 0 46 63 27 17 56 71
Binary 11000100 1111010 1100001 0 100110 110011 10111 1111 101110 111001

Color Harmonies of #C47A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A61

Black with #C47A61

Text Example


Text Example

White with #C47A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A61; }

 p { color: rgb(196,122,97); }

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

background-color css

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

 a { background-color: rgb(196,122,97); }

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

border-color css

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

 span { border-color: rgb(196,122,97); }

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