Html Css Color HEX #C16F59 Japonica

📋 copy color: '#C16F59'

red 193 ◦ green 111 ◦ blue 89

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

Shades of Japonica #C16F59

Tints of Japonica #C16F59

RGB

 RED value IS 193 (75.78% from 255) = 49.11%

 GREEN value IS 111 (43.75% from 255) = 28.24%

 BLUE value IS 89 (35.16% from 255) = 22.65%

R = 49.11%
G = 28.24%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C16F59 (or 0xC16F59) is known color: Japonica. HEX triplet: C1, 6F and 59. RGB value is (193,111,89). Sum of RGB (Red+Green+Blue) = 193+111+89=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F59 is #3E90A6. Grayscale: #858585. Windows color (decimal): -4100263 or 5861313. OLE color: 5861313.

HSL color Cylindrical-coordinate representation of color #C16F59: hue angle of 12.69º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16F59 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 89 -
CMYK 0 0.42 0.54 0.24
HSL 12.69º 0.46% 0.55% -
HSV(B) 12.69º 0.54% 0.76% -
XYZ 29.48 23.43 12.42 -
YUV 133.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 193 111 89 0 0.42 0.54 0.24 12.69 0.46 0.55
Hex C1 6F 59 0 2A 36 18 D 2E 37
Octal 301 157 131 0 52 66 30 15 56 67
Binary 11000001 1101111 1011001 0 101010 110110 11000 1101 101110 110111

Color Harmonies of #C16F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F59

Black with #C16F59

Text Example


Text Example

White with #C16F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F59; }

 p { color: rgb(193,111,89); }

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

background-color css

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

 a { background-color: rgb(193,111,89); }

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

border-color css

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

 span { border-color: rgb(193,111,89); }

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