Html Css Color HEX #C77460 Japonica

📋 copy color: '#C77460'

red 199 ◦ green 116 ◦ blue 96

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

Shades of Japonica #C77460

Tints of Japonica #C77460

RGB

 RED value IS 199 (78.13% from 255) = 48.42%

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

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 48.42%
G = 28.22%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C77460 (or 0xC77460) is known color: Japonica. HEX triplet: C7, 74 and 60. RGB value is (199,116,96). Sum of RGB (Red+Green+Blue) = 199+116+96=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C77460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77460 is #388B9F. Grayscale: #8A8A8A. Windows color (decimal): -3705760 or 6321351. OLE color: 6321351.

HSL color Cylindrical-coordinate representation of color #C77460: hue angle of 11.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77460 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 96 -
CMYK 0 0.42 0.52 0.22
HSL 11.65º 0.48% 0.58% -
HSV(B) 11.65º 0.52% 0.78% -
XYZ 31.91 25.48 14.3 -
YUV 138.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 199 116 96 0 0.42 0.52 0.22 11.65 0.48 0.58
Hex C7 74 60 0 2A 34 16 C 30 3A
Octal 307 164 140 0 52 64 26 14 60 72
Binary 11000111 1110100 1100000 0 101010 110100 10110 1100 110000 111010

Color Harmonies of #C77460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77460

Black with #C77460

Text Example


Text Example

White with #C77460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77460; }

 p { color: rgb(199,116,96); }

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

background-color css

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

 a { background-color: rgb(199,116,96); }

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

border-color css

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

 span { border-color: rgb(199,116,96); }

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