Html Css Color HEX #C16F56 Japonica

📋 copy color: '#C16F56'

red 193 ◦ green 111 ◦ blue 86

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

Shades of Japonica #C16F56

Tints of Japonica #C16F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.05%

R = 49.49%
G = 28.46%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C16F56 (or 0xC16F56) is known color: Japonica. HEX triplet: C1, 6F and 56. RGB value is (193,111,86). Sum of RGB (Red+Green+Blue) = 193+111+86=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F56 is #3E90A9. Grayscale: #848484. Windows color (decimal): -4100266 or 5664705. OLE color: 5664705.

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

Color convert

RGB 193 111 86 -
CMYK 0 0.42 0.55 0.24
HSL 14.02º 0.46% 0.55% -
HSV(B) 14.02º 0.55% 0.76% -
XYZ 29.36 23.38 11.77 -
YUV 132.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 193 111 86 0 0.42 0.55 0.24 14.02 0.46 0.55
Hex C1 6F 56 0 2A 37 18 E 2E 37
Octal 301 157 126 0 52 67 30 16 56 67
Binary 11000001 1101111 1010110 0 101010 110111 11000 1110 101110 110111

Color Harmonies of #C16F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F56

Black with #C16F56

Text Example


Text Example

White with #C16F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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