Html Css Color HEX #C47962 Japonica

📋 copy color: '#C47962'

red 196 ◦ green 121 ◦ blue 98

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

Shades of Japonica #C47962

Tints of Japonica #C47962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 47.23%
G = 29.16%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C47962 (or 0xC47962) is known color: Japonica. HEX triplet: C4, 79 and 62. RGB value is (196,121,98). Sum of RGB (Red+Green+Blue) = 196+121+98=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C47962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47962 is #3B869D. Grayscale: #8C8C8C. Windows color (decimal): -3901086 or 6453700. OLE color: 6453700.

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

Color convert

RGB 196 121 98 -
CMYK 0 0.38 0.5 0.23
HSL 14.08º 0.45% 0.58% -
HSV(B) 14.08º 0.5% 0.77% -
XYZ 31.81 26.29 14.95 -
YUV 140.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 196 121 98 0 0.38 0.5 0.23 14.08 0.45 0.58
Hex C4 79 62 0 26 32 17 E 2D 3A
Octal 304 171 142 0 46 62 27 16 55 72
Binary 11000100 1111001 1100010 0 100110 110010 10111 1110 101101 111010

Color Harmonies of #C47962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47962

Black with #C47962

Text Example


Text Example

White with #C47962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47962; }

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

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

background-color css

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

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

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

border-color css

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

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

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