Html Css Color HEX #C77160 Japonica

📋 copy color: '#C77160'

red 199 ◦ green 113 ◦ blue 96

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

Shades of Japonica #C77160

Tints of Japonica #C77160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

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

R = 48.77%
G = 27.7%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C77160 (or 0xC77160) is known color: Japonica. HEX triplet: C7, 71 and 60. RGB value is (199,113,96). Sum of RGB (Red+Green+Blue) = 199+113+96=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C77160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77160 is #388E9F. Grayscale: #888888. Windows color (decimal): -3706528 or 6320583. OLE color: 6320583.

HSL color Cylindrical-coordinate representation of color #C77160: hue angle of 9.9º 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 #C77160 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 96 -
CMYK 0 0.43 0.52 0.22
HSL 9.9º 0.48% 0.58% -
HSV(B) 9.9º 0.52% 0.78% -
XYZ 31.57 24.8 14.19 -
YUV 136.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 199 113 96 0 0.43 0.52 0.22 9.9 0.48 0.58
Hex C7 71 60 0 2B 34 16 A 30 3A
Octal 307 161 140 0 53 64 26 12 60 72
Binary 11000111 1110001 1100000 0 101011 110100 10110 1010 110000 111010

Color Harmonies of #C77160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77160

Black with #C77160

Text Example


Text Example

White with #C77160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77160; }

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

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

background-color css

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

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

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

border-color css

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

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

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